Home
last modified time | relevance | path

Searched defs:glDisableVertexAttribArray (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/tests/
Dnullgles.cpp189 void glDisableVertexAttribArray(GLuint index) {} in glDisableVertexAttribArray() function
/frameworks/native/opengl/libs/GLES_trace/proto/
Dgltrace.proto111 glDisableVertexAttribArray = 83; enumerator
/frameworks/base/opengl/java/android/opengl/
DGLES20.java665 public static native void glDisableVertexAttribArray( in glDisableVertexAttribArray() method in GLES20