/external/deqp/framework/referencerenderer/ |
D | rrPrimitivePacket.cpp | 38 …itter::EmitVertex (const tcu::Vec4& position, float pointSize, const GenericVec4* varyings, int pr… in EmitVertex()
|
D | rrShadingContext.hpp | 42 …const GenericVec4* varyings[3]; //!< Vertex shader outputs. Pointer will be NULL if there is no… member
|
/external/mesa3d/src/mesa/main/ |
D | transformfeedback.c | 574 const GLchar **varyings, GLenum bufferMode) in _mesa_TransformFeedbackVaryings()
|
/external/deqp/modules/gles31/functional/ |
D | es31fSeparateShaderTests.cpp | 369 vector<VariableDeclaration> varyingCompatVtxOutputs (const VaryingInterface& varyings) in varyingCompatVtxOutputs() 692 VaryingParams varyings; member 790 bool varyingsValid (const VaryingInterface& varyings) in varyingsValid()
|
/external/deqp/framework/opengl/ |
D | gluShaderProgram.cpp | 222 void Program::transformFeedbackVaryings (int count, const char* const* varyings, deUint32 bufferMod… in transformFeedbackVaryings()
|
D | gluShaderProgram.hpp | 321 inline ProgramSources& ProgramSources::operator<< (const TransformFeedbackVaryings<Iterator>& varyi… in operator <<()
|
D | gluCallLogWrapper.inl | 3782 …mFeedbackVaryings (glw::GLuint program, glw::GLsizei count, const glw::GLchar *const*varyings, glw…
|
/external/deqp/modules/gles3/functional/ |
D | es3fTransformFeedbackTests.cpp | 437 …nputLayout (vector<Attribute>& attributes, int& inputStride, const vector<Varying>& varyings, bool… in computeInputLayout() 465 …ansformFeedbackOutputs, const vector<Attribute>& attributes, const vector<Varying>& varyings, cons… in computeTransformFeedbackOutputs()
|
D | es3fShaderStateQueryTests.cpp | 2024 StateQueryMemoryWriteGuard<GLint> varyings; in test() local
|
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/ |
D | AndroidGL30.java | 317 public void glTransformFeedbackVaryings (int program, String[] varyings, int bufferMode) { in glTransformFeedbackVaryings()
|
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosrobovm/ |
D | IOSGLES30.java | 114 public native void glTransformFeedbackVaryings(int program, String[] varyings, int bufferMode); in glTransformFeedbackVaryings()
|
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/ |
D | IOSGLES30.java | 98 public native void glTransformFeedbackVaryings(int program, String[] varyings, int bufferMode); in glTransformFeedbackVaryings()
|
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/ |
D | LwjglGL30.java | 382 public void glTransformFeedbackVaryings (int program, String[] varyings, int bufferMode) { in glTransformFeedbackVaryings()
|
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/ |
D | Lwjgl3GL30.java | 384 public void glTransformFeedbackVaryings (int program, String[] varyings, int bufferMode) { in glTransformFeedbackVaryings()
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/ |
D | GL30.java | 687 public void glTransformFeedbackVaryings (int program, String[] varyings, int bufferMode); in glTransformFeedbackVaryings()
|
/external/libgdx/gdx/jni/iosgl/ |
D | iosgl30.cpp | 542 (JNIEnv *env, jobject, jint program, jobjectArray varyings, jint buffermode) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glTransformFeedbackVaryings()
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/profiling/ |
D | GL30Profiler.java | 1510 public void glTransformFeedbackVaryings (int program, String[] varyings, int bufferMode) { in glTransformFeedbackVaryings()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextFuncs.inl | 4224 …Y glTransformFeedbackVaryings (GLuint program, GLsizei count, const GLchar *const*varyings, GLenum…
|
/external/deqp/framework/opengl/wrapper/ |
D | glwImpl.inl | 4063 void glwTransformFeedbackVaryings (GLuint program, GLsizei count, const GLchar *const*varyings, GLe…
|