/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | IndexDataManager.cpp | 78 ASSERT(destinationType == gl::DrawElementsType::UnsignedInt); in ConvertIndices() 265 destinationIndexType == gl::DrawElementsType::UnsignedInt); in getStreamingIndexBuffer() 267 auto &streamingBuffer = (destinationIndexType == gl::DrawElementsType::UnsignedInt) in getStreamingIndexBuffer() 298 *destTypeOut = gl::DrawElementsType::UnsignedInt; in GetIndexTranslationDestType() 307 *destTypeOut = gl::DrawElementsType::UnsignedInt; in GetIndexTranslationDestType() 312 *destTypeOut = (indexType == gl::DrawElementsType::UnsignedInt) in GetIndexTranslationDestType() 313 ? gl::DrawElementsType::UnsignedInt in GetIndexTranslationDestType()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | IndexBuffer9.cpp | 47 else if (indexType == gl::DrawElementsType::UnsignedInt) in initialize() 148 case gl::DrawElementsType::UnsignedInt: in getIndexFormat()
|
H A D | Renderer9.cpp | 1509 gl::DrawElementsType::UnsignedInt)); in drawLineLoop() 1525 gl::DrawElementsType::UnsignedInt)); in drawLineLoop() 1557 case gl::DrawElementsType::UnsignedInt: in drawLineLoop() 1624 case gl::DrawElementsType::UnsignedInt: in drawLineLoop() 1679 case gl::DrawElementsType::UnsignedInt: in drawIndexedPoints() 1724 gl::DrawElementsType::UnsignedInt)); in getCountingIB()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | D3D11EmulatedIndexedBufferTest.cpp | 159 gl::DrawElementsType::UnsignedInt, false}; in TEST_P() 176 gl::DrawElementsType::UnsignedInt, false}; in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | formatutils.h | 122 static_assert(static_cast<GLuint>(DrawElementsType::UnsignedInt) == 2, "Please update this code."); 528 case VertexAttribType::UnsignedInt: in GetVertexAttributeComponentType() 529 return ComponentType::UnsignedInt; in GetVertexAttributeComponentType()
|
H A D | angletypes.h | 740 UnsignedInt = 2, 755 return ComponentType::UnsignedInt; 766 {ComponentType::UnsignedInt, 0x10000}, 790 return ComponentType::UnsignedInt;
|
H A D | validationES.h | 1042 if (type == DrawElementsType::UnsignedInt) in ValidateDrawElementsBase()
|
H A D | Framebuffer.cpp | 1096 return ComponentType::UnsignedInt;
|
H A D | formatutils.cpp | 2112 case VertexAttribType::UnsignedInt: in GetVertexFormatID() 2277 case VertexAttribType::UnsignedInt: in GetCurrentValueFormatID()
|
H A D | Context.cpp | 9648 {DrawElementsType::UnsignedInt, supportsUint}, in updateValidDrawElementsTypes() 9688 {VertexAttribType::UnsignedInt, VertexAttribTypeCase::Valid}, in updateVertexAttribTypesValidation() 9705 {VertexAttribType::UnsignedInt, VertexAttribTypeCase::Valid}, in updateVertexAttribTypesValidation()
|
H A D | State.cpp | 2249 SetComponentTypeMask(ComponentType::UnsignedInt, index, &mCurrentValuesTypeMask);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | Format_table_autogen.cpp | 187 { FormatID::R32G32B32A32_UINT, GL_RGBA32UI, GL_RGBA32UI, GenerateMip<R32G32B32A32>, NoCopyFunctions, ReadColor<R32G32B32A32, GLuint>, WriteColor<R32G32B32A32, GLuint>, GL_UNSIGNED_INT, 32, 32, 32, 32, 0, 0, 0, 16, 3, false, false, false, false, false, gl::VertexAttribType::UnsignedInt }, 188 { FormatID::R32G32B32A32_UNORM, GL_RGBA32_UNORM_ANGLEX, GL_RGBA32_UNORM_ANGLEX, GenerateMip<R32G32B32A32>, NoCopyFunctions, ReadColor<R32G32B32A32, GLfloat>, WriteColor<R32G32B32A32, GLfloat>, GL_UNSIGNED_NORMALIZED, 32, 32, 32, 32, 0, 0, 0, 16, 3, false, false, false, false, false, gl::VertexAttribType::UnsignedInt }, 189 { FormatID::R32G32B32A32_USCALED, GL_RGBA32_USCALED_ANGLEX, GL_RGBA32_USCALED_ANGLEX, GenerateMip<R32G32B32A32>, NoCopyFunctions, ReadColor<R32G32B32A32, GLuint>, WriteColor<R32G32B32A32, GLuint>, GL_UNSIGNED_INT, 32, 32, 32, 32, 0, 0, 0, 16, 3, false, false, true, false, false, gl::VertexAttribType::UnsignedInt }, 195 { FormatID::R32G32B32_UINT, GL_RGB32UI, GL_RGB32UI, GenerateMip<R32G32B32>, NoCopyFunctions, ReadColor<R32G32B32, GLuint>, WriteColor<R32G32B32, GLuint>, GL_UNSIGNED_INT, 32, 32, 32, 0, 0, 0, 0, 12, 3, false, false, false, false, false, gl::VertexAttribType::UnsignedInt }, 196 { FormatID::R32G32B32_UNORM, GL_RGB32_UNORM_ANGLEX, GL_RGB32_UNORM_ANGLEX, GenerateMip<R32G32B32>, NoCopyFunctions, ReadColor<R32G32B32, GLfloat>, WriteColor<R32G32B32, GLfloat>, GL_UNSIGNED_NORMALIZED, 32, 32, 32, 0, 0, 0, 0, 12, 3, false, false, false, false, false, gl::VertexAttribType::UnsignedInt }, 197 { FormatID::R32G32B32_USCALED, GL_RGB32_USCALED_ANGLEX, GL_RGB32_USCALED_ANGLEX, GenerateMip<R32G32B32>, NoCopyFunctions, ReadColor<R32G32B32, GLuint>, WriteColor<R32G32B32, GLuint>, GL_UNSIGNED_INT, 32, 32, 32, 0, 0, 0, 0, 12, 3, false, false, true, false, false, gl::VertexAttribType::UnsignedInt }, 203 { FormatID::R32G32_UINT, GL_RG32UI, GL_RG32UI, GenerateMip<R32G32>, NoCopyFunctions, ReadColor<R32G32, GLuint>, WriteColor<R32G32, GLuint>, GL_UNSIGNED_INT, 32, 32, 0, 0, 0, 0, 0, 8, 3, false, false, false, false, false, gl::VertexAttribType::UnsignedInt }, 204 { FormatID::R32G32_UNORM, GL_RG32_UNORM_ANGLEX, GL_RG32_UNORM_ANGLEX, GenerateMip<R32G32>, NoCopyFunctions, ReadColor<R32G32, GLfloat>, WriteColor<R32G32, GLfloat>, GL_UNSIGNED_NORMALIZED, 32, 32, 0, 0, 0, 0, 0, 8, 3, false, false, false, false, false, gl::VertexAttribType::UnsignedInt }, 205 { FormatID::R32G32_USCALED, GL_RG32_USCALED_ANGLEX, GL_RG32_USCALED_ANGLEX, GenerateMip<R32G32>, NoCopyFunctions, ReadColor<R32G32, GLuint>, WriteColor<R32G32, GLuint>, GL_UNSIGNED_INT, 32, 32, 0, 0, 0, 0, 0, 8, 3, false, false, true, false, false, gl::VertexAttribType::UnsignedInt }, 211 { FormatID::R32_UINT, GL_R32UI, GL_R32UI, GenerateMip<R32>, NoCopyFunctions, ReadColor<R32, GLuint>, WriteColor<R32, GLuint>, GL_UNSIGNED_INT, 32, 0, 0, 0, 0, 0, 0, 4, 3, false, false, false, false, false, gl::VertexAttribType::UnsignedInt }, [all...] |
H A D | renderer_utils.h | 326 case gl::DrawElementsType::UnsignedInt: in GetLineLoopWithRestartIndexCount()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | PackedEnums.h | 296 UnsignedInt = 2, member in gl::DrawElementsType 332 ANGLE_VALIDATE_PACKED_ENUM(DrawElementsType, UnsignedInt, GL_UNSIGNED_INT); 466 UnsignedInt = 5, // GLenum == 0x1405 member in gl::BlendEquationType::BlendFactorType::VertexAttribType 524 ANGLE_VALIDATE_PACKED_ENUM(VertexAttribType, UnsignedInt, GL_UNSIGNED_INT);
|
H A D | PackedEnums.cpp | 320 case DrawElementsType::UnsignedInt: 461 case VertexAttribType::UnsignedInt:
|
H A D | utilities.cpp | 707 case DrawElementsType::UnsignedInt: in ComputeIndexRange() 725 case DrawElementsType::UnsignedInt: in GetPrimitiveRestartIndex()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | IndexBuffer11.cpp | 147 case gl::DrawElementsType::UnsignedInt: in getIndexFormat()
|
H A D | Renderer11.cpp | 177 case gl::DrawElementsType::UnsignedInt: in GetLineLoopIndices() 204 case gl::DrawElementsType::UnsignedInt: in GetLineLoopIndices() 233 GLuint d3dRestartIndex = gl::GetPrimitiveRestartIndex(gl::DrawElementsType::UnsignedInt); in CopyTriangleFanIndicesWithRestart() 287 case gl::DrawElementsType::UnsignedInt: in GetTriFanIndices() 313 case gl::DrawElementsType::UnsignedInt: in GetTriFanIndices() 1998 gl::DrawElementsType::UnsignedInt)); in drawLineLoop() 2015 mLineLoopIB->reserveBufferSpace(context, spaceNeeded, gl::DrawElementsType::UnsignedInt)); in drawLineLoop() 2076 gl::DrawElementsType::UnsignedInt)); in drawTriangleFan() 2097 gl::DrawElementsType::UnsignedInt)); in drawTriangleFan()
|
H A D | Context11.cpp | 74 (srcType == gl::DrawElementsType::UnsignedInt || primitiveRestartWorkaround) in DrawCallHasStreamingElementArray() 75 ? gl::DrawElementsType::UnsignedInt in DrawCallHasStreamingElementArray()
|
H A D | Buffer11.cpp | 1558 case gl::DrawElementsType::UnsignedInt: in getBuffer() 1604 case gl::DrawElementsType::UnsignedInt: in getBuffer()
|
H A D | StateManager11.cpp | 3221 DXGI_FORMAT bufferFormat = (indexInfo.indexType == gl::DrawElementsType::UnsignedInt)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | ContextVk.cpp | 1194 if (gl::DrawElementsType::UnsignedInt != mCurrentDrawElementsType) in setupLineLoopIndirectDraw() 1196 mCurrentDrawElementsType = gl::DrawElementsType::UnsignedInt; in setupLineLoopIndirectDraw() 1218 : gl::DrawElementsType::UnsignedInt; in setupLineLoopDraw() 6106 mIndexTypeMap[gl::DrawElementsType::UnsignedInt] = VK_INDEX_TYPE_UINT32;
|
H A D | vk_cache_utils.cpp | 1402 {gl::ComponentType::UnsignedInt, VK_FORMAT_R32G32B32A32_UINT},
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | frame_capture_utils.cpp | 470 vertexAttribCurrentValueData.Type == gl::VertexAttribType::UnsignedInt); in SerializeVertexAttribCurrentValueData()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | StateManagerGL.cpp | 1076 case gl::VertexAttribType::UnsignedInt: in setAttributeCurrentData()
|