Home
last modified time | relevance | path

Searched refs:UnsignedByte (Results 1 – 22 of 22) sorted by relevance

/external/angle/src/libANGLE/renderer/
DFormat_table_autogen.cpp89 …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 …]
Drenderer_utils.h278 case gl::DrawElementsType::UnsignedByte: in GetLineLoopWithRestartIndexCount()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DIndexBuffer9.cpp43 indexType == gl::DrawElementsType::UnsignedByte) in initialize()
144 case gl::DrawElementsType::UnsignedByte: in getIndexFormat()
DRenderer9.cpp1524 case gl::DrawElementsType::UnsignedByte: in drawLineLoop()
1591 case gl::DrawElementsType::UnsignedByte: in drawLineLoop()
1654 case gl::DrawElementsType::UnsignedByte: in drawIndexedPoints()
/external/angle/src/common/
DPackedEnums.cpp240 case DrawElementsType::UnsignedByte: in operator <<()
381 case VertexAttribType::UnsignedByte: in operator <<()
DPackedEnums.h284 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);
Dutilities.cpp631 case DrawElementsType::UnsignedByte: in ComputeIndexRange()
653 case DrawElementsType::UnsignedByte: in GetPrimitiveRestartIndex()
/external/angle/src/libANGLE/
Dformatutils.h117 static_assert(static_cast<GLuint>(DrawElementsType::UnsignedByte) == 0, "Please update this code.");
434 case VertexAttribType::UnsignedByte: in GetVertexAttributeComponentType()
DContext.cpp8773 {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()
Dformatutils.cpp1531 case VertexAttribType::UnsignedByte: in GetVertexFormatID()
/external/angle/src/libANGLE/renderer/metal/
DVertexArrayMtl.mm62 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);
Dmtl_render_utils.mm561 case gl::DrawElementsType::UnsignedByte:
625 case gl::DrawElementsType::UnsignedByte:
834 case gl::DrawElementsType::UnsignedByte:
906 case gl::DrawElementsType::UnsignedByte:
DBufferMtl.mm243 case gl::DrawElementsType::UnsignedByte:
Dmtl_utils.mm429 case gl::DrawElementsType::UnsignedByte:
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DIndexBuffer11.cpp143 case gl::DrawElementsType::UnsignedByte: in getIndexFormat()
DBuffer11.cpp1559 case gl::DrawElementsType::UnsignedByte: in getBuffer()
1605 case gl::DrawElementsType::UnsignedByte: in getBuffer()
DRenderer11.cpp162 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/
DD3D11EmulatedIndexedBufferTest.cpp139 gl::DrawElementsType::UnsignedByte, false}; in TEST_P()
/external/angle/src/libANGLE/renderer/d3d/
DIndexDataManager.cpp70 if (sourceType == gl::DrawElementsType::UnsignedByte) in ConvertIndices()
/external/angle/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp295 ASSERT(!mState.getElementArrayBuffer() || indexType == gl::DrawElementsType::UnsignedByte); in convertIndexBufferCPU()
Dvk_helpers.cpp353 case gl::DrawElementsType::UnsignedByte: in HandlePrimitiveRestart()
1447 if (glIndexType == gl::DrawElementsType::UnsignedByte || in getIndexBufferForElementArrayBuffer()
DContextVk.cpp4340 mIndexTypeMap[gl::DrawElementsType::UnsignedByte] = in initIndexTypeMap()
4365 return (glIndexType == gl::DrawElementsType::UnsignedByte && in shouldConvertUint8VkIndexType()