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

1 2 3 4

  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glTransformFeedbackVaryings.java 1 // C function void glTransformFeedbackVaryings ( GLuint program, GLsizei count, const GLchar *varyings, GLenum bufferMode )
3 public static native void glTransformFeedbackVaryings(
glTransformFeedbackVaryings.cpp 1 /* void glTransformFeedbackVaryings ( GLuint program, GLsizei count, const GLchar *varyings, GLenum bufferMode ) */
33 glTransformFeedbackVaryings(program, _count, _varyings, bufferMode);
  /external/mesa3d/src/mapi/es2api/
ABI-check 205 glTransformFeedbackVaryings
  /external/deqp/modules/gles3/functional/
es3fNegativeVertexArrayApiTests.cpp 388 glTransformFeedbackVaryings (program.getProgram(), 1, &tfVarying, GL_INTERLEAVED_ATTRIBS);
491 glTransformFeedbackVaryings (program.getProgram(), 1, &tfVarying, GL_INTERLEAVED_ATTRIBS);
658 glTransformFeedbackVaryings (program.getProgram(), 1, &tfVarying, GL_INTERLEAVED_ATTRIBS);
    [all...]
es3fNegativeShaderApiTests.cpp 290 glTransformFeedbackVaryings (program.getProgram(), 1, &tfVarying, GL_INTERLEAVED_ATTRIBS);
333 glTransformFeedbackVaryings (program1.getProgram(), 1, &tfVarying, GL_INTERLEAVED_ATTRIBS);
    [all...]
es3fIndexedStateQueryTests.cpp 112 glTransformFeedbackVaryings(shaderProg, 2, transformFeedbackOutputs, GL_INTERLEAVED_ATTRIBS);
es3fBooleanStateQueryTests.cpp 607 glTransformFeedbackVaryings(shaderProg, 1, &transform_feedback_outputs, GL_INTERLEAVED_ATTRIBS);
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_ftable.h 283 {"glTransformFeedbackVaryings", (void*)glTransformFeedbackVaryings},
gl2_client_context.h 313 glTransformFeedbackVaryings_client_proc_t glTransformFeedbackVaryings;
gl2_client_context.cpp 313 glTransformFeedbackVaryings = (glTransformFeedbackVaryings_client_proc_t) getProc("glTransformFeedbackVaryings", userData);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderApiTests.cpp 352 ctx.glTransformFeedbackVaryings (program.getProgram(), 1, &tfVarying, GL_INTERLEAVED_ATTRIBS);
399 ctx.glTransformFeedbackVaryings (program1.getProgram(), 1, &tfVarying, GL_INTERLEAVED_ATTRIBS);
    [all...]
es31fNegativeVertexArrayApiTests.cpp 533 ctx.glTransformFeedbackVaryings(program.getProgram(), 1, &tfVarying, GL_INTERLEAVED_ATTRIBS);
643 ctx.glTransformFeedbackVaryings(program.getProgram(), 1, &tfVarying, GL_INTERLEAVED_ATTRIBS);
    [all...]
  /external/deqp/framework/egl/
egluStaticES30Library.inl 197 { "glTransformFeedbackVaryings", (deFunctionPtr)glTransformFeedbackVaryings },
  /prebuilts/ndk/r16/sources/android/ndk_helper/
gl3stub.c 60 FIND_PROC( glTransformFeedbackVaryings );
141 || !glBindBufferRange || !glBindBufferBase || !glTransformFeedbackVaryings
312 GL_APICALL void (* GL_APIENTRY glTransformFeedbackVaryings)( GLuint program,
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 197 gl->transformFeedbackVaryings = &glTransformFeedbackVaryings;
glwInitES31Direct.inl 259 gl->transformFeedbackVaryings = &glTransformFeedbackVaryings;
glwInitES32Direct.inl 303 gl->transformFeedbackVaryings = &glTransformFeedbackVaryings;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 43 void glTransformFeedbackVaryings ( GLuint program, GLsizei count, const GLchar *varyings, GLenum bufferMode )
  /external/deqp/external/openglcts/modules/gl/
gl4cShaderAtomicCountersTests.cpp     [all...]
gl4cVertexAttribBindingTests.cpp 422 glTransformFeedbackVaryings(m_po, 16, v, GL_INTERLEAVED_ATTRIBS);
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cShaderImageSizeTests.cpp 372 glTransformFeedbackVaryings(program, 4, varying_name, GL_INTERLEAVED_ATTRIBS);
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 231 void glTransformFeedbackVaryings (deUint32 program, int count, const char* const* varyings, deUint32 bufferMode);
  /frameworks/base/libs/hwui/debug/
gles_redefine.h     [all...]
gles_undefine.h 828 #undef glTransformFeedbackVaryings
  /frameworks/base/opengl/java/android/opengl/
GLES30.java     [all...]

Completed in 662 milliseconds

1 2 3 4