| /third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/ |
| D | SegmentedGrowableMemoryByteArray.java | 65 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/ |
| D | TransformFeedbackVk.cpp | 102 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
|
| D | GlslangWrapper.cpp | 400 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
|
| D | ProgramVk.cpp | 155 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
|
| D | ContextVk.cpp | 2267 for (uint32_t bufferIndex = 0; bufferIndex < atomicCounterBufferCount; ++bufferIndex) in writeAtomicCounterBufferDriverUniformOffsets() local
|
| /third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | BufferDataTest.cpp | 580 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/ |
| D | Uniform.h | 76 int bufferIndex; member 91 int bufferIndex; member
|
| D | validationGL42.cpp | 66 GLuint bufferIndex, in ValidateGetActiveAtomicCounterBufferiv()
|
| D | Framebuffer.cpp | 2240 void Framebuffer::markBufferInitialized(GLenum bufferType, GLint bufferIndex) in markBufferInitialized() 2304 GLint bufferIndex) in ensureBufferInitialized()
|
| D | Program.cpp | 3204 for (unsigned int bufferIndex = 0; bufferIndex < mState.mAtomicCounterBuffers.size(); in linkAtomicCounterBuffers() local 4861 for (unsigned int bufferIndex = 0; bufferIndex < atomicCounterBufferCount; ++bufferIndex) in deserialize() local
|
| D | Context_gl.cpp | 2773 GLuint bufferIndex, in getActiveAtomicCounterBufferiv()
|
| /third_party/flutter/skia/src/core/ |
| D | SkMD5.cpp | 41 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/ |
| D | SkFloatToDecimal.cpp | 142 int bufferIndex = 0; in SkFloatToDecimal() local
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
| D | entry_points_gl_4_2_autogen.cpp | 203 GLuint bufferIndex, in GetActiveAtomicCounterBufferiv()
|
| D | libGL_autogen.cpp | 4972 GLuint bufferIndex, in glGetActiveAtomicCounterBufferiv()
|
| /third_party/node/deps/icu-small/source/i18n/ |
| D | usrchimp.h | 67 int32_t bufferIndex; member
|
| D | ucoleitr.cpp | 58 int32_t bufferIndex; member
|
| /third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
| D | ucoleitr.cpp | 58 int32_t bufferIndex; member
|
| D | usrchimp.h | 67 int32_t bufferIndex; member
|
| /third_party/icu/icu4c/source/i18n/ |
| D | usrchimp.h | 67 int32_t bufferIndex; member
|
| D | ucoleitr.cpp | 58 int32_t bufferIndex; member
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | StateManager11.cpp | 2090 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/ |
| D | MessageSchema.java | 415 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/ |
| D | null_functions.cpp | 898 GLuint bufferIndex, in glGetActiveAtomicCounterBufferivNULL()
|