Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/jpeg/CTR/
Djpeg_MpEncoder.h1272 static void SetGpsLatitude(GpsData* pGps, char ref, const Rational* pValue) in SetGpsLatitude() argument
1276 pGps->latitudeRef[0] = ref; in SetGpsLatitude()
1318 static void SetGpsLongitude(GpsData* pGps, char ref, const Rational* pValue) in SetGpsLongitude() argument
1322 pGps->longitudeRef[0] = ref; in SetGpsLongitude()
1366 static void SetGpsAltitude(GpsData* pGps, u8 ref, const Rational* pValue) in SetGpsAltitude() argument
1372 pGps->altitudeRef = ref; in SetGpsAltitude()
1589 static void SetGpsSpeed(GpsData* pGps, char ref, const Rational* pValue) in SetGpsSpeed() argument
1593 pGps->speedRef[0] = ref; in SetGpsSpeed()
1635 static void SetGpsTrack(GpsData* pGps, char ref, const Rational* pValue) in SetGpsTrack() argument
1639 pGps->trackRef[0] = ref; in SetGpsTrack()
[all …]
/CTR-SDK-4.2.5/include/nn/font/CTR/
Dfont_RectDrawerCommand.h209 #define NN_FONT_CMD_SET_STENCIL_FUNC_MASK( func, ref, andBits, writableBits ) \ argument
210 PICA_CMD_DATA_STENCIL_TEST( true/*isEnabled*/, func, writableBits, ref, andBits ), \
/CTR-SDK-4.2.5/include/nn/gx/CTR/
Dgx_MacroMisc.h743 #define PICA_CMD_DATA_STENCIL_TEST( enableStencilTest, stencilFunc, stencilMask, ref, mask) \ argument
747 (ref) << 16 | \
/CTR-SDK-4.2.5/include/nn/gr/CTR/
Dgr_RenderState.h419 bit32 ref; variable
/CTR-SDK-4.2.5/sources/libraries/gr/CTR/
Dgr_RenderState.cpp236 *command++ = PICA_CMD_DATA_STENCIL_TEST( isEnable, func, maskOp, ref, mask ); in MakeCommand()
571 ref ( 0 ), in StencilTest()
/CTR-SDK-4.2.5/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…
/CTR-SDK-4.2.5/tools/CommandLineTools/ctr_GxCommandAnalyzer/
Ddetail.csv2698 0x105,[23:16],glStencilFunc ref,"[glStencilFunc]
2699 Sets the unchanged value of the ref argument."