Searched refs:prepareVertexData (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | VertexDataManager.h | 86 GLenum prepareVertexData(GLint start, GLsizei count, TranslatedAttribute *outAttribs, GLsizei instanceId);
|
H A D | VertexDataManager.cpp | 112 GLenum VertexDataManager::prepareVertexData(GLint start, GLsizei count, TranslatedAttribute *translated, GLsizei instanceId) in prepareVertexData() function in es2::VertexDataManager
|
H A D | Context.cpp | 3068 GLenum err = mVertexDataManager->prepareVertexData(first, count, attributes, instanceId); in applyVertexBuffer()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | VertexDataManager.h | 98 angle::Result prepareVertexData(const gl::Context *context,
|
H A D | VertexDataManager.cpp | 242 angle::Result VertexDataManager::prepareVertexData( in prepareVertexData() function in rx::VertexDataManager 313 // prepareVertexData is only called by Renderer9 which don't support baseInstance in prepareVertexData()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawInstancedTests.cpp | 238 void prepareVertexData (int instanceCount, int firstInstance, int instanceDivisor); 631 prepareVertexData(prepareCount, firstInstance, m_params.testAttribDivisor ? m_params.attribDivisor : 1); in iterate() 823 void InstancedDrawInstance::prepareVertexData(int instanceCount, int firstInstance, int instanceDivisor) in prepareVertexData() function in vkt::Draw::__anon27916::InstancedDrawInstance
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawInstancedTests.cpp | 231 void prepareVertexData (int instanceCount, int firstInstance, int instanceDivisor); 613 prepareVertexData(prepareCount, firstInstance, m_params.testAttribDivisor ? m_params.attribDivisor : 1); in iterate() 805 void InstancedDrawInstance::prepareVertexData(int instanceCount, int firstInstance, int instanceDivisor) in prepareVertexData() function in vkt::Draw::__anon29157::InstancedDrawInstance
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Renderer9.cpp | 1358 ANGLE_TRY(mVertexDataManager->prepareVertexData(context, first, count, &mTranslatedAttribCache, in applyVertexBuffer()
|
Completed in 19 milliseconds