Home
last modified time | relevance | path

Searched refs:bindIndex (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DTransformFeedback_unittest.cpp117 static const size_t bindIndex = 0; in TEST_F() local
124 mFeedback->bindIndexedBuffer(nullptr, bindIndex, buffer, 0, 1)); in TEST_F()
127 if (i == bindIndex) in TEST_F()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorMetalDirect.h40 size_t bindIndex = 0; member
130 return {.bindIndex = std::numeric_limits<size_t>::max(), in getUniformBufferBinding()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DProgramBinaryTest.cpp323 GLuint bindIndex = 2; in testBinaryAndUBOBlockIndexes() local
328 glBindBufferRange(GL_UNIFORM_BUFFER, bindIndex, ubo.get(), 0, sizeof(fData)); in testBinaryAndUBOBlockIndexes()
333 glUniformBlockBinding(program.get(), blockIndex, bindIndex); in testBinaryAndUBOBlockIndexes()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.cpp305 for (size_t bindIndex = 0; bindIndex < indexedTarget.size(); ++bindIndex) in deleteBuffer() local
307 if (indexedTarget[bindIndex].buffer == buffer) in deleteBuffer()
309 bindBufferBase(target, bindIndex, 0); in deleteBuffer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_glslang_mtl_utils.mm439 const uint32_t uboBindIndex = static_cast<uint32_t>(bindInfo.bindIndex);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DEmitMetal.cpp1169 {.bindIndex = annotationIndices.attribute, .arraySize = static_cast<size_t>(arraySize)}); in emitUniformBufferDeclaration()