HomeSort by relevance Sort by last modified time
    Searched refs:bindingPoint (Results 1 - 5 of 5) sorted by null

  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsRenderer.cpp 156 GLuint bindingPoint = 1;
159 glUniformBlockBinding( shader_param_.program_, blockIndex, bindingPoint );
177 glBindBufferBase( GL_UNIFORM_BUFFER, bindingPoint, ubo_ );
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp     [all...]
es31fSSBOLayoutCase.cpp 944 void generateDeclaration (std::ostream& src, const BufferBlock& block, int bindingPoint)
951 src << "binding = " << bindingPoint;
    [all...]
es31fLayoutBindingTests.cpp 832 void initializeTexture (glw::GLint bindingPoint, glw::GLint textureName, const Vec4& color) const;
970 void SamplerBindingRenderCase::initializeTexture (glw::GLint bindingPoint, glw::GLint textureName, const Vec4& color) const
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]

Completed in 607 milliseconds