Home
last modified time | relevance | path

Searched defs:bufferIndex (Results 1 – 24 of 24) sorted by relevance

/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DSegmentedGrowableMemoryByteArray.java65 int bufferIndex = this.bufferIndex(index); in internalPut() local
75 int bufferIndex = this.bufferIndex(index); in internalPut() local
89 int bufferIndex = this.bufferIndex(index); in internalGet() local
99 int bufferIndex = this.bufferIndex(index); in internalGet() local
125 private int bufferOffset(int bufferIndex, int index) { in bufferOffset()
136 private int bufferIndex(int index) { in bufferIndex() method in SegmentedGrowableMemoryByteArray
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DTransformFeedbackVk.cpp102 for (uint32_t bufferIndex = 0; bufferIndex < xfbBufferCount; ++bufferIndex) in updateDescriptorSetLayout() local
125 for (size_t bufferIndex = 0; bufferIndex < xfbBufferCount; ++bufferIndex) in addFramebufferDependency() local
152 for (size_t bufferIndex = 0; bufferIndex < xfbBufferCount; ++bufferIndex) in updateDescriptorSet() local
201 for (size_t bufferIndex = 0; bufferIndex < xfbBufferCount; ++bufferIndex) in getBufferOffsets() local
DGlslangWrapper.cpp400 const std::string &bufferIndex) in GenerateTransformFeedbackVaryingOutput()
459 for (uint32_t bufferIndex = 0; bufferIndex < bufferCount; ++bufferIndex) in GenerateTransformFeedbackOutputs() local
473 const size_t bufferIndex = isInterleaved ? 0 : varyingIndex; in GenerateTransformFeedbackOutputs() local
DProgramVk.cpp155 uint32_t bufferIndex) in GetInterfaceBlockArraySize()
192 for (uint32_t bufferIndex = 0; bufferIndex < blocks.size();) in AddInterfaceBlockDescriptorSetDesc() local
1237 for (uint32_t bufferIndex = 0; bufferIndex < blocks.size(); ++bufferIndex) in updateBuffersDescriptorSet() local
1312 for (uint32_t bufferIndex = 0; bufferIndex < atomicCounterBuffers.size(); ++bufferIndex) in updateAtomicCounterBuffersDescriptorSet() local
DContextVk.cpp2267 for (uint32_t bufferIndex = 0; bufferIndex < atomicCounterBufferCount; ++bufferIndex) in writeAtomicCounterBufferDriverUniformOffsets() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DBufferDataTest.cpp580 for (GLsizei bufferIndex = 0; bufferIndex < bufferCnt; ++bufferIndex) in TEST_P() local
591 for (GLsizei bufferIndex = 0; bufferIndex < bufferCnt; ++bufferIndex) in TEST_P() local
609 for (GLsizei bufferIndex = 0; bufferIndex < bufferCnt; ++bufferIndex) in TEST_P() local
634 for (GLsizei bufferIndex = 0; bufferIndex < bufferCnt; ++bufferIndex) in TEST_P() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DUniform.h76 int bufferIndex; member
91 int bufferIndex; member
DvalidationGL42.cpp66 GLuint bufferIndex, in ValidateGetActiveAtomicCounterBufferiv()
DFramebuffer.cpp2240 void Framebuffer::markBufferInitialized(GLenum bufferType, GLint bufferIndex) in markBufferInitialized()
2304 GLint bufferIndex) in ensureBufferInitialized()
DProgram.cpp3204 for (unsigned int bufferIndex = 0; bufferIndex < mState.mAtomicCounterBuffers.size(); in linkAtomicCounterBuffers() local
4861 for (unsigned int bufferIndex = 0; bufferIndex < atomicCounterBufferCount; ++bufferIndex) in deserialize() local
DContext_gl.cpp2773 GLuint bufferIndex, in getActiveAtomicCounterBufferiv()
/third_party/flutter/skia/src/core/
DSkMD5.cpp41 unsigned int bufferIndex = (unsigned int)(this->byteCount & 0x3F); in write() local
76 unsigned int bufferIndex = (unsigned int)(this->byteCount & 0x3F); in finish() local
/third_party/flutter/skia/src/utils/
DSkFloatToDecimal.cpp142 int bufferIndex = 0; in SkFloatToDecimal() local
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_2_autogen.cpp203 GLuint bufferIndex, in GetActiveAtomicCounterBufferiv()
DlibGL_autogen.cpp4972 GLuint bufferIndex, in glGetActiveAtomicCounterBufferiv()
/third_party/node/deps/icu-small/source/i18n/
Dusrchimp.h67 int32_t bufferIndex; member
Ducoleitr.cpp58 int32_t bufferIndex; member
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ducoleitr.cpp58 int32_t bufferIndex; member
Dusrchimp.h67 int32_t bufferIndex; member
/third_party/icu/icu4c/source/i18n/
Dusrchimp.h67 int32_t bufferIndex; member
Ducoleitr.cpp58 int32_t bufferIndex; member
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp2090 bool StateManager11::queueVertexBufferChange(size_t bufferIndex, in queueVertexBufferChange()
3055 size_t bufferIndex = reservedBuffers + attribIndex; in applyVertexBuffers() local
3218 size_t bufferIndex = reservedBuffers + attribIndex; in updateVertexOffsetsForPointSpritesEmulation() local
3495 for (size_t bufferIndex = 0; bufferIndex < shaderUniformBuffers.size(); ++bufferIndex) in syncUniformBuffersForShader() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DMessageSchema.java415 int bufferIndex = 0; in newSchemaForRawMessageInfo() local
728 FieldInfo fi, int[] buffer, int bufferIndex, Object[] objects) { in storeFieldData()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dnull_functions.cpp898 GLuint bufferIndex, in glGetActiveAtomicCounterBufferivNULL()