Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/GLESv2_dec/
Dgl2.attrib294 #void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, GLfloat *value)
295 glUniformMatrix2fv
Dgl2.in128 GL_ENTRY(void, glUniformMatrix2fv, GLint location, GLsizei count, GLboolean transpose, const GLfloa…
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLDispatch.cpp266 void (GL_APIENTRY *GLDispatch::glUniformMatrix2fv)(GLint,GLsizei,GLboolean,const GLfloat*) = NULL;
504 LOAD_GL_FUNC(glUniformMatrix2fv); in dispatchFuncs()
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLDispatch.h231 …static void (GL_APIENTRY *glUniformMatrix2fv)(GLint location, GLsizei count, GLboolean transpose, …
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h601 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean tr…
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java389 glUniformMatrix2fv(358, 358), enumConstant
882 case 358: return glUniformMatrix2fv; in valueOf()
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp1889 GL_APICALL void GL_APIENTRY glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose,… in glUniformMatrix2fv() function
1892 ctx->dispatcher().glUniformMatrix2fv(location,count,transpose,value); in glUniformMatrix2fv()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
DStateTransformFactory.java166 case glUniformMatrix2fv: in getTransformsFor()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in425 void, glUniformMatrix2fv, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value