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

  /external/deqp/framework/opengl/wrapper/
glwFunctions.inl 34 glBindVertexBuffersFunc bindVertexBuffers;
    [all...]
glwInitGL44.inl 33 gl->bindVertexBuffers = (glBindVertexBuffersFunc) loader->get("glBindVertexBuffers");
    [all...]
glwInitGL45.inl 34 gl->bindVertexBuffers = (glBindVertexBuffersFunc) loader->get("glBindVertexBuffers");
    [all...]
glwImpl.inl 236 gl->bindVertexBuffers(first, count, buffers, offsets, strides);
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 34 gl->bindVertexBuffers = glBindVertexBuffers;
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]
  /external/deqp/framework/opengl/
gluCallLogWrapper.inl 207 m_gl.bindVertexBuffers(first, count, buffers, offsets, strides);
    [all...]

Completed in 96 milliseconds