Home
last modified time | relevance | path

Searched refs:prepareVertexData (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DVertexDataManager.h86 GLenum prepareVertexData(GLint start, GLsizei count, TranslatedAttribute *outAttribs, GLsizei instanceId);
H A DVertexDataManager.cpp112 GLenum VertexDataManager::prepareVertexData(GLint start, GLsizei count, TranslatedAttribute *translated, GLsizei instanceId) in prepareVertexData() function in es2::VertexDataManager
H A DContext.cpp3068 GLenum err = mVertexDataManager->prepareVertexData(first, count, attributes, instanceId); in applyVertexBuffer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DVertexDataManager.h98 angle::Result prepareVertexData(const gl::Context *context,
H A DVertexDataManager.cpp242 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 DvktDrawInstancedTests.cpp238 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 DvktDrawInstancedTests.cpp231 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 DRenderer9.cpp1358 ANGLE_TRY(mVertexDataManager->prepareVertexData(context, first, count, &mTranslatedAttribCache, in applyVertexBuffer()

Completed in 16 milliseconds