HomeSort by relevance Sort by last modified time
    Searched full:varyings (Results 51 - 75 of 115) sorted by null

1 23 4 5

  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.h 422 extern GL_APICALL void (* GL_APIENTRY glTransformFeedbackVaryings) (GLuint program, GLsizei count, const GLchar* const* varyings, GLenum bufferMode);
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.h 432 extern GL_APICALL void (* GL_APIENTRY glTransformFeedbackVaryings) (GLuint program, GLsizei count, const GLchar* const* varyings, GLenum bufferMode);
    [all...]
  /external/deqp/doc/
GLES3 Negative API Functions.txt 38 o glTransformFeedbackVaryings (GLuint program, GLsizei count, const GLchar* const* varyings, GLenum bufferMode);
  /external/mesa3d/docs/
relnotes-7.9.1.html 89 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=31894">Bug 31894</a> - Writing to gl_PointSize with GLES2 corrupts other varyings</li>
relnotes-7.11.html 204 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=35614">Bug 35614</a> - [SNB] random hang on piglit case shaders/glsl-max-varyings</li>
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_program.c 46 for (c = 0; c < 4; ++c) /* move down user varyings (first has index 8) */
  /external/mesa3d/src/mapi/glapi/gen/
GL3x.xml 234 <param name="varyings" type="const GLchar * const *"/>
  /external/mesa3d/src/mesa/main/
state.c 643 * of ordinary varyings/inputs.
shaderapi.c     [all...]
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.h 382 // Returns the maximum number of varyings supported by this implementation.
  /frameworks/rs/driver/
rsdGL.cpp 149 ALOGV("MAX Varyings %i", dc->gl.gl.maxVaryingVectors);
  /external/deqp/modules/gles31/functional/
es31fShaderMultisampleInterpolationTests.cpp 847 << " Set varyings 'barycentricsA' and 'barycentricsB' to contain barycentric coordinates.\n"
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderLoopTests.cpp 457 // Attribute and varyings.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
entries.in     [all...]
  /frameworks/native/opengl/libs/
trace.in     [all...]
entries.in     [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...]
gl31.h     [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderLoopTests.cpp 495 // Attribute and varyings.
    [all...]
  /frameworks/native/opengl/include/GLES3/
gl3.h     [all...]
gl31.h     [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_api.h 203 void GLTrace_glTransformFeedbackVaryings(GLuint program, GLsizei count, const GLchar *const* varyings, GLenum bufferMode);
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h     [all...]

Completed in 951 milliseconds

1 23 4 5