Searched refs:ref (Results 1 – 6 of 6) sorted by relevance
| /CTR-SDK-0.14.4/include/nn/jpeg/CTR/ |
| D | jpeg_MpEncoder.h | 1270 static void SetGpsLatitude(GpsData* pGps, char ref, const Rational* pValue) in SetGpsLatitude() argument 1274 pGps->latitudeRef[0] = ref; in SetGpsLatitude() 1316 static void SetGpsLongitude(GpsData* pGps, char ref, const Rational* pValue) in SetGpsLongitude() argument 1320 pGps->longitudeRef[0] = ref; in SetGpsLongitude() 1364 static void SetGpsAltitude(GpsData* pGps, u8 ref, const Rational* pValue) in SetGpsAltitude() argument 1370 pGps->altitudeRef = ref; in SetGpsAltitude() 1587 static void SetGpsSpeed(GpsData* pGps, char ref, const Rational* pValue) in SetGpsSpeed() argument 1591 pGps->speedRef[0] = ref; in SetGpsSpeed() 1633 static void SetGpsTrack(GpsData* pGps, char ref, const Rational* pValue) in SetGpsTrack() argument 1637 pGps->trackRef[0] = ref; in SetGpsTrack() [all …]
|
| /CTR-SDK-0.14.4/include/nn/font/CTR/ |
| D | font_RectDrawerCommand.h | 209 #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-0.14.4/include/nn/gx/CTR/ |
| D | gx_MacroMisc.h | 742 #define PICA_CMD_DATA_STENCIL_TEST( enableStencilTest, stencilFunc, stencilMask, ref, mask) \ argument 746 (ref) << 16 | \
|
| /CTR-SDK-0.14.4/sources/libraries/gr/CTR/ |
| D | gr_RenderState.cpp | 123 *command++ = PICA_CMD_DATA_STENCIL_TEST( isEnable, func, maskOp, ref, mask ); in MakeCommand() 320 ref ( 0 ), in StencilTest()
|
| /CTR-SDK-0.14.4/include/nn/gr/CTR/ |
| D | gr_RenderState.h | 437 bit32 ref; variable
|
| /CTR-SDK-0.14.4/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…
|