Home
last modified time | relevance | path

Searched refs:ref (Results 1 – 6 of 6) sorted by relevance

/CTR-SDK-0.13.2/include/nn/jpeg/CTR/
Djpeg_MpEncoder.h406 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/
Dfont_RectDrawerCommand.h201 #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/
Dgx_MacroMisc.h572 #define PICA_CMD_DATA_STENCIL_TEST( enableStencilTest, stencilFunc, stencilMask, ref, mask) \ argument
576 (ref) << 16 | \
/CTR-SDK-0.13.2/sources/libraries/gr/CTR/
Dgr_RenderState.cpp123 *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/
Dgr_RenderState.h456 u32 ref; variable
/CTR-SDK-0.13.2/include/gles2/
Dgl2.h605 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…