Searched refs:location (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-0.14.4/include/nn/gr/CTR/ |
| D | gr_Utility.h | 70 … inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::MTX34& mtx34 ) in MakeUniformCommandVS() argument 72 *command++ = 0x80000000 | location; in MakeUniformCommandVS() 89 … inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::MTX44& mtx44 ) in MakeUniformCommandVS() argument 91 *command++ = 0x80000000 | location; in MakeUniformCommandVS() 108 … inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::VEC4& vec4 ) in MakeUniformCommandVS() argument 110 *command++ = 0x80000000 | location; in MakeUniformCommandVS() 132 …inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::VEC4 vec4[], cons… in MakeUniformCommandVS() argument 134 *command++ = 0x80000000 | location; in MakeUniformCommandVS() 168 inline bit32* MakeUniformCommandVS( bit32* command, u8 location, u8 x, u8 y, u8 z ) in MakeUniformCommandVS() argument 171 *command++ = PICA_CMD_HEADER_SINGLE( PICA_REG_VS_INT0 + location ); in MakeUniformCommandVS() [all …]
|
| /CTR-SDK-0.14.4/include/gles2/ |
| D | gl2.h | 580 GL_APICALL void GL_APIENTRY glGetUniformfv (GLuint program, GLint location, GLfloat* params… 581 GL_APICALL void GL_APIENTRY glGetUniformiv (GLuint program, GLint location, GLint* params); 616 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat x); 617 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat* v); 618 GL_APICALL void GL_APIENTRY glUniform1i (GLint location, GLint x); 619 GL_APICALL void GL_APIENTRY glUniform1iv (GLint location, GLsizei count, const GLint* v); 620 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y); 621 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat* v); 622 GL_APICALL void GL_APIENTRY glUniform2i (GLint location, GLint x, GLint y); 623 GL_APICALL void GL_APIENTRY glUniform2iv (GLint location, GLsizei count, const GLint* v); [all …]
|
| D | gl2ext.h | 815 GL_APICALL void GL_APIENTRY glGetUniformInfoDMP(GLint location, GLenum* shadertype, GLenum* type, G…
|