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

1 2 3

  /external/deqp/framework/egl/
egluStaticES30Library.inl 96 { "glGenTransformFeedbacks", (deFunctionPtr)glGenTransformFeedbacks },
  /external/deqp/modules/gles3/functional/
es3fNegativeVertexArrayApiTests.cpp 385 glGenTransformFeedbacks (1, &tfID);
488 glGenTransformFeedbacks (1, &tfID);
655 glGenTransformFeedbacks (1, &tfID);
    [all...]
es3fNegativeShaderApiTests.cpp 286 glGenTransformFeedbacks (1, &tfID);
329 glGenTransformFeedbacks (1, &tfID);
    [all...]
es3fLifetimeTests.cpp 424 , m_tfType (ctx, "transform_feedback", &CallLogWrapper::glGenTransformFeedbacks,
470 glGenTransformFeedbacks(1, &tf);
es3fIndexedStateQueryTests.cpp 117 glGenTransformFeedbacks(1, &transformFeedbackId);
es3fBooleanStateQueryTests.cpp 585 glGenTransformFeedbacks(1, &m_transformfeedback);
es3fNegativeStateApiTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeVertexArrayApiTests.cpp 391 ctx.glGenTransformFeedbacks (1, &tfID);
496 ctx.glGenTransformFeedbacks (1, &tfID);
667 ctx.glGenTransformFeedbacks (1, &tfID);
780 ctx.glGenTransformFeedbacks (1, &tfID);
856 ctx.glGenTransformFeedbacks (1, &tfID);
    [all...]
es31fNegativeShaderApiTests.cpp 299 ctx.glGenTransformFeedbacks (1, &tfID);
343 ctx.glGenTransformFeedbacks (1, &tfID);
    [all...]
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.c 114 FIND_PROC(glGenTransformFeedbacks);
220 !glGenTransformFeedbacks ||
332 GL_APICALL void (* GL_APIENTRY glGenTransformFeedbacks) (GLsizei n, GLuint* ids);
gl3stub.h     [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.c 115 FIND_PROC( glGenTransformFeedbacks );
160 || !glDeleteTransformFeedbacks || !glGenTransformFeedbacks
471 GL_APICALL void (* GL_APIENTRY glGenTransformFeedbacks)( GLsizei n, GLuint* ids );
gl3stub.h     [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 457 GLW_APICALL void GLW_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint* ids)
tcuNullRenderContextInitFuncs.inl 388 gl->genTransformFeedbacks = glGenTransformFeedbacks;
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 238 gl->genTransformFeedbacks = &glGenTransformFeedbacks;
  /frameworks/base/opengl/java/android/opengl/
GLES30.java     [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 494 glGenTransformFeedbacks = 468;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 99 void glGenTransformFeedbacks ( GLsizei n, GLuint *ids )
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 286 void glGenTransformFeedbacks (int n, deUint32* ids);
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /external/chromium_org/third_party/angle/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...]

Completed in 126 milliseconds

1 2 3