/external/angle/src/libANGLE/renderer/ |
D | Format_table_autogen.cpp | 89 …D_NORMALIZED, 8, 8, 8, 8, 0, 0, 0, 4, 0, false, false, false, gl::VertexAttribType::UnsignedByte }, 91 …D_NORMALIZED, 8, 8, 8, 8, 0, 0, 0, 4, 0, false, false, false, gl::VertexAttribType::UnsignedByte }, 93 …, 4, std::numeric_limits<GLuint>::max(), false, false, false, gl::VertexAttribType::UnsignedByte }, 120 …ED_NORMALIZED, 8, 8, 8, 0, 0, 0, 0, 8, 0, true, false, false, gl::VertexAttribType::UnsignedByte }, 121 …ED_NORMALIZED, 8, 8, 8, 0, 0, 0, 0, 8, 0, true, false, false, gl::VertexAttribType::UnsignedByte }, 123 …0, 8, std::numeric_limits<GLuint>::max(), true, false, false, gl::VertexAttribType::UnsignedByte }, 125 …D_NORMALIZED, 8, 8, 8, 8, 0, 0, 0, 16, 0, true, false, false, gl::VertexAttribType::UnsignedByte }, 127 …ED_NORMALIZED, 8, 8, 8, 0, 0, 0, 0, 8, 0, true, false, false, gl::VertexAttribType::UnsignedByte }, 216 …D_NORMALIZED, 8, 8, 8, 8, 0, 0, 0, 4, 0, false, false, false, gl::VertexAttribType::UnsignedByte }, 218 …UNSIGNED_INT, 8, 8, 8, 8, 0, 0, 0, 4, 0, false, false, false, gl::VertexAttribType::UnsignedByte }, [all …]
|
D | renderer_utils.h | 278 case gl::DrawElementsType::UnsignedByte: in GetLineLoopWithRestartIndexCount()
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | IndexBuffer9.cpp | 43 indexType == gl::DrawElementsType::UnsignedByte) in initialize() 144 case gl::DrawElementsType::UnsignedByte: in getIndexFormat()
|
D | Renderer9.cpp | 1524 case gl::DrawElementsType::UnsignedByte: in drawLineLoop() 1591 case gl::DrawElementsType::UnsignedByte: in drawLineLoop() 1654 case gl::DrawElementsType::UnsignedByte: in drawIndexedPoints()
|
/external/angle/src/common/ |
D | PackedEnums.cpp | 240 case DrawElementsType::UnsignedByte: in operator <<() 381 case VertexAttribType::UnsignedByte: in operator <<()
|
D | PackedEnums.h | 284 UnsignedByte = 0, enumerator 320 ANGLE_VALIDATE_PACKED_ENUM(DrawElementsType, UnsignedByte, GL_UNSIGNED_BYTE); 452 UnsignedByte = 1, // GLenum == 0x1401 enumerator 510 ANGLE_VALIDATE_PACKED_ENUM(VertexAttribType, UnsignedByte, GL_UNSIGNED_BYTE);
|
D | utilities.cpp | 631 case DrawElementsType::UnsignedByte: in ComputeIndexRange() 653 case DrawElementsType::UnsignedByte: in GetPrimitiveRestartIndex()
|
/external/angle/src/libANGLE/ |
D | formatutils.h | 117 static_assert(static_cast<GLuint>(DrawElementsType::UnsignedByte) == 0, "Please update this code."); 434 case VertexAttribType::UnsignedByte: in GetVertexAttributeComponentType()
|
D | Context.cpp | 8773 {DrawElementsType::UnsignedByte, true}, in updateValidDrawElementsTypes() 8800 {VertexAttribType::UnsignedByte, VertexAttribTypeCase::Valid}, in updateVertexAttribTypesValidation() 8813 {VertexAttribType::UnsignedByte, VertexAttribTypeCase::Valid}, in updateVertexAttribTypesValidation() 8830 {VertexAttribType::UnsignedByte, VertexAttribTypeCase::Valid}, in updateVertexAttribTypesValidation()
|
D | formatutils.cpp | 1531 case VertexAttribType::UnsignedByte: in GetVertexFormatID()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | VertexArrayMtl.mm | 62 if (indexType == gl::DrawElementsType::UnsignedByte) 90 if (indexType == gl::DrawElementsType::UnsignedByte) 479 bool needConversion = type == gl::DrawElementsType::UnsignedByte || 496 if (type == gl::DrawElementsType::UnsignedByte) 512 indexType == gl::DrawElementsType::UnsignedByte);
|
D | mtl_render_utils.mm | 561 case gl::DrawElementsType::UnsignedByte: 625 case gl::DrawElementsType::UnsignedByte: 834 case gl::DrawElementsType::UnsignedByte: 906 case gl::DrawElementsType::UnsignedByte:
|
D | BufferMtl.mm | 243 case gl::DrawElementsType::UnsignedByte:
|
D | mtl_utils.mm | 429 case gl::DrawElementsType::UnsignedByte:
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | IndexBuffer11.cpp | 143 case gl::DrawElementsType::UnsignedByte: in getIndexFormat()
|
D | Buffer11.cpp | 1559 case gl::DrawElementsType::UnsignedByte: in getBuffer() 1605 case gl::DrawElementsType::UnsignedByte: in getBuffer()
|
D | Renderer11.cpp | 162 case gl::DrawElementsType::UnsignedByte: in GetLineLoopIndices() 193 case gl::DrawElementsType::UnsignedByte: in GetLineLoopIndices() 276 case gl::DrawElementsType::UnsignedByte: in GetTriFanIndices() 302 case gl::DrawElementsType::UnsignedByte: in GetTriFanIndices()
|
/external/angle/src/tests/gl_tests/ |
D | D3D11EmulatedIndexedBufferTest.cpp | 139 gl::DrawElementsType::UnsignedByte, false}; in TEST_P()
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | IndexDataManager.cpp | 70 if (sourceType == gl::DrawElementsType::UnsignedByte) in ConvertIndices()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | VertexArrayVk.cpp | 295 ASSERT(!mState.getElementArrayBuffer() || indexType == gl::DrawElementsType::UnsignedByte); in convertIndexBufferCPU()
|
D | vk_helpers.cpp | 353 case gl::DrawElementsType::UnsignedByte: in HandlePrimitiveRestart() 1447 if (glIndexType == gl::DrawElementsType::UnsignedByte || in getIndexBufferForElementArrayBuffer()
|
D | ContextVk.cpp | 4340 mIndexTypeMap[gl::DrawElementsType::UnsignedByte] = in initIndexTypeMap() 4365 return (glIndexType == gl::DrawElementsType::UnsignedByte && in shouldConvertUint8VkIndexType()
|