HomeSort by relevance Sort by last modified time
    Searched refs:glGetTransformFeedbackVarying (Results 1 - 25 of 57) sorted by null

1 2 3

  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetTransformFeedbackVarying.java 1 // C function void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name )
3 public static native void glGetTransformFeedbackVarying(
17 // C function void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name )
19 public static native void glGetTransformFeedbackVarying(
29 // C function void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name )
31 public static native String glGetTransformFeedbackVarying(
40 // C function void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name )
42 public static native String glGetTransformFeedbackVarying(
glGetTransformFeedbackVarying.cpp 1 /* void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name ) */
89 glGetTransformFeedbackVarying(
121 /* void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name ) */
153 glGetTransformFeedbackVarying(
177 /* void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name ) */
238 glGetTransformFeedbackVarying(
272 /* void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name ) */
311 glGetTransformFeedbackVarying(
  /frameworks/base/opengl/java/android/opengl/
GLES30.java     [all...]
  /external/deqp/framework/egl/
egluStaticES30Library.inl 132 { "glGetTransformFeedbackVarying", (deFunctionPtr)glGetTransformFeedbackVarying },
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.c 60 FIND_PROC(glGetTransformFeedbackVarying);
166 !glGetTransformFeedbackVarying ||
278 GL_APICALL void (* GL_APIENTRY glGetTransformFeedbackVarying) (GLuint program, GLuint index, GLsizei bufSize, GLsizei* length, GLsizei* size, GLenum* type, GLchar* name);
gl3stub.h 423 extern GL_APICALL void (* GL_APIENTRY glGetTransformFeedbackVarying) (GLuint program, GLuint index, GLsizei bufSize, GLsizei* length, GLsizei* size, GLenum* type, GLchar* name);
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.c 61 FIND_PROC( glGetTransformFeedbackVarying );
142 || !glGetTransformFeedbackVarying || !glVertexAttribIPointer
316 GL_APICALL void (* GL_APIENTRY glGetTransformFeedbackVarying)( GLuint program,
gl3stub.h 433 extern GL_APICALL void (* GL_APIENTRY glGetTransformFeedbackVarying) (GLuint program, GLuint index, GLsizei bufSize, GLsizei* length, GLsizei* size, GLenum* type, GLchar* name);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 132 gl->getTransformFeedbackVarying = &glGetTransformFeedbackVarying;
glwInitES31Direct.inl 156 gl->getTransformFeedbackVarying = &glGetTransformFeedbackVarying;
  /frameworks/native/opengl/libs/GLES_trace/proto/
gltrace.proto 442 glGetTransformFeedbackVarying = 414;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 44 void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name )
  /external/deqp/modules/gles3/functional/
es3fNegativeShaderApiTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderApiTests.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 232 void glGetTransformFeedbackVarying (deUint32 program, deUint32 index, int bufSize, int* length, int* size, deUint32* type, char* name);
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 291 gl->getTransformFeedbackVarying = glGetTransformFeedbackVarying;
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES30.cpp     [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /development/ndk/platforms/android-21/include/GLES3/
gl3.h     [all...]
  /frameworks/native/opengl/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/GLES3/
gl3.h     [all...]

Completed in 77 milliseconds

1 2 3