Searched refs:ref (Results 1 – 6 of 6) sorted by relevance
| /CTR-SDK-0.13.2/include/nn/jpeg/CTR/ |
| D | jpeg_MpEncoder.h | 406 static void SetGpsLatitude(GpsData* pGps, char ref, const Rational* pValue) in SetGpsLatitude() argument 410 pGps->latitudeRef[0] = ref; in SetGpsLatitude() 426 static void SetGpsLongitude(GpsData* pGps, char ref, const Rational* pValue) in SetGpsLongitude() argument 430 pGps->longitudeRef[0] = ref; in SetGpsLongitude() 446 static void SetGpsAltitude(GpsData* pGps, u8 ref, const Rational* pValue) in SetGpsAltitude() argument 452 pGps->altitudeRef = ref; in SetGpsAltitude() 527 static void SetGpsSpeed(GpsData* pGps, char ref, const Rational* pValue) in SetGpsSpeed() argument 531 pGps->speedRef[0] = ref; in SetGpsSpeed() 547 static void SetGpsTrack(GpsData* pGps, char ref, const Rational* pValue) in SetGpsTrack() argument 551 pGps->trackRef[0] = ref; in SetGpsTrack() [all …]
|
| /CTR-SDK-0.13.2/include/nn/font/CTR/ |
| D | font_RectDrawerCommand.h | 201 #define NN_FONT_CMD_SET_STENCIL_FUNC_MASK( func, ref, andBits, writableBits ) \ argument 202 PICA_CMD_DATA_STENCIL_TEST( true/*isEnabled*/, func, writableBits, ref, andBits ), \
|
| /CTR-SDK-0.13.2/include/nn/gx/CTR/ |
| D | gx_MacroMisc.h | 572 #define PICA_CMD_DATA_STENCIL_TEST( enableStencilTest, stencilFunc, stencilMask, ref, mask) \ argument 576 (ref) << 16 | \
|
| /CTR-SDK-0.13.2/sources/libraries/gr/CTR/ |
| D | gr_RenderState.cpp | 123 *command++ = PICA_CMD_DATA_STENCIL_TEST( isEnable, func, isEnableWrite, ref, mask ); in MakeCommand() 306 ref ( 0 ), in StencilTest()
|
| /CTR-SDK-0.13.2/include/nn/gr/CTR/ |
| D | gr_RenderState.h | 456 u32 ref; variable
|
| /CTR-SDK-0.13.2/include/gles2/ |
| D | gl2.h | 605 GL_APICALL void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask); 606 GL_APICALL void GL_APIENTRY glStencilFuncSeparate (GLenum face, GLenum func, GLint ref, GLu…
|