Home
last modified time | relevance | path

Searched refs:glUniformMatrix3fv (Results 1 – 9 of 9) sorted by relevance

/sdk/emulator/opengl/host/libs/GLESv2_dec/
Dgl2.attrib298 #void glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, GLfloat *value)
299 glUniformMatrix3fv
Dgl2.in129 GL_ENTRY(void, glUniformMatrix3fv, GLint location, GLsizei count, GLboolean transpose, const GLfloa…
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLDispatch.cpp267 void (GL_APIENTRY *GLDispatch::glUniformMatrix3fv)(GLint,GLsizei,GLboolean,const GLfloat*) = NULL;
505 LOAD_GL_FUNC(glUniformMatrix3fv); in dispatchFuncs()
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLDispatch.h232 …static void (GL_APIENTRY *glUniformMatrix3fv)(GLint location, GLsizei count, GLboolean transpose, …
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h602 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean tr…
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java390 glUniformMatrix3fv(359, 359), enumConstant
883 case 359: return glUniformMatrix3fv; in valueOf()
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp1895 GL_APICALL void GL_APIENTRY glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose,… in glUniformMatrix3fv() function
1898 ctx->dispatcher().glUniformMatrix3fv(location,count,transpose,value); in glUniformMatrix3fv()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
DStateTransformFactory.java167 case glUniformMatrix3fv: in getTransformsFor()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in426 void, glUniformMatrix3fv, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value