Home
last modified time | relevance | path

Searched refs:v2 (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
DGLState.java82 IGLProperty v2 = new GLFloatProperty(GLStateType.GENERIC_VERTEX_ATTRIB_V2, 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/
DStateTransformFactory.java240 int index, float v0, float v1, float v2, float v3) { in transformsForGlVertexAttrib() argument
262 Float.valueOf(v2))); in transformsForGlVertexAttrib()
282 float v2 = msg.getArgsCount() > 3 ? msg.getArgs(3).getFloatValue(0) : 0; in transformsForGlVertexAttribxf() local
285 return transformsForGlVertexAttrib(msg.getContextId(), index, v0, v1, v2, v3); in transformsForGlVertexAttribxf()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in506 void, glUniform3ui, GLint location, GLuint v0, GLuint v1, GLuint v2
512 void, glUniform4ui, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3