Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/GLESv2_dec/
Dgl2.attrib302 #void glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, GLfloat *value)
303 glUniformMatrix4fv
Dgl2.in130 GL_ENTRY(void, glUniformMatrix4fv, GLint location, GLsizei count, GLboolean transpose, const GLfloa…
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLDispatch.cpp268 void (GL_APIENTRY *GLDispatch::glUniformMatrix4fv)(GLint,GLsizei,GLboolean,const GLfloat*) = NULL;
506 LOAD_GL_FUNC(glUniformMatrix4fv); in dispatchFuncs()
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLDispatch.h233 …static void (GL_APIENTRY *glUniformMatrix4fv)(GLint location, GLsizei count, GLboolean transpose, …
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h603 GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean tr…
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java391 glUniformMatrix4fv(360, 360), enumConstant
884 case 360: return glUniformMatrix4fv; in valueOf()
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp1901 GL_APICALL void GL_APIENTRY glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose,… in glUniformMatrix4fv() function
1904 ctx->dispatcher().glUniformMatrix4fv(location,count,transpose,value); in glUniformMatrix4fv()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
DStateTransformFactory.java168 case glUniformMatrix4fv: in getTransformsFor()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in427 void, glUniformMatrix4fv, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value