Searched refs:v0 (Results 1 – 3 of 3) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
D | GLState.java | 78 IGLProperty v0 = new GLFloatProperty(GLStateType.GENERIC_VERTEX_ATTRIB_V0, in createGenericVertexAttributeState() local 89 v0, v1, v2, v3); in createGenericVertexAttributeState()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
D | StateTransformFactory.java | 240 int index, float v0, float v1, float v2, float v3) { in transformsForGlVertexAttrib() argument 248 Float.valueOf(v0))); in transformsForGlVertexAttrib() 280 float v0 = msg.getArgs(1).getFloatValue(0); in transformsForGlVertexAttribxf() local 285 return transformsForGlVertexAttrib(msg.getContextId(), index, v0, v1, v2, v3); in transformsForGlVertexAttribxf()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 494 void, glUniform1ui, GLint location, GLuint v0 500 void, glUniform2ui, GLint location, GLuint v0, GLuint v1 506 void, glUniform3ui, GLint location, GLuint v0, GLuint v1, GLuint v2 512 void, glUniform4ui, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3
|