/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | Format_table_autogen.cpp | 97 { FormatID::B8G8R8A8_TYPELESS, GL_BGRA8_EXT, GL_BGRA8_EXT, GenerateMip<B8G8R8A8>, NoCopyFunctions, ReadColor<B8G8R8A8, GLfloat>, WriteColor<B8G8R8A8, GLfloat>, GL_UNSIGNED_NORMALIZED, 8, 8, 8, 8, 0, 0, 0, 4, 0, false, false, false, false, false, gl::VertexAttribType::UnsignedByte }, 99 { FormatID::B8G8R8A8_UNORM, GL_BGRA8_EXT, GL_BGRA8_EXT, GenerateMip<B8G8R8A8>, BGRACopyFunctions, ReadColor<B8G8R8A8, GLfloat>, WriteColor<B8G8R8A8, GLfloat>, GL_UNSIGNED_NORMALIZED, 8, 8, 8, 8, 0, 0, 0, 4, 0, false, false, false, false, false, gl::VertexAttribType::UnsignedByte }, 101 { FormatID::B8G8R8X8_UNORM, GL_BGRA8_EXT, GL_BGRA8_EXT, GenerateMip<B8G8R8X8>, NoCopyFunctions, ReadColor<B8G8R8X8, GLfloat>, WriteColor<B8G8R8X8, GLfloat>, GL_UNSIGNED_NORMALIZED, 8, 8, 8, 0, 0, 0, 0, 4, std::numeric_limits<GLuint>::max(), false, false, false, false, false, gl::VertexAttribType::UnsignedByte }, 122 { FormatID::ETC1_LOSSY_DECODE_R8G8B8_UNORM_BLOCK, GL_ETC1_RGB8_LOSSY_DECODE_ANGLE, GL_ETC1_RGB8_LOSSY_DECODE_ANGLE, nullptr, NoCopyFunctions, nullptr, nullptr, GL_UNSIGNED_NORMALIZED, 8, 8, 8, 0, 0, 0, 0, 8, 0, true, false, false, false, false, gl::VertexAttribType::UnsignedByte }, 123 { FormatID::ETC1_R8G8B8_UNORM_BLOCK, GL_ETC1_RGB8_OES, GL_ETC1_RGB8_OES, nullptr, NoCopyFunctions, nullptr, nullptr, GL_UNSIGNED_NORMALIZED, 8, 8, 8, 0, 0, 0, 0, 8, 0, true, false, false, false, false, gl::VertexAttribType::UnsignedByte }, 125 { FormatID::ETC2_R8G8B8A1_UNORM_BLOCK, GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2, GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2, nullptr, NoCopyFunctions, nullptr, nullptr, GL_UNSIGNED_NORMALIZED, 8, 8, 8, 1, 0, 0, 0, 8, std::numeric_limits<GLuint>::max(), true, false, false, false, false, gl::VertexAttribType::UnsignedByte }, 127 { FormatID::ETC2_R8G8B8A8_UNORM_BLOCK, GL_COMPRESSED_RGBA8_ETC2_EAC, GL_COMPRESSED_RGBA8_ETC2_EAC, nullptr, NoCopyFunctions, nullptr, nullptr, GL_UNSIGNED_NORMALIZED, 8, 8, 8, 8, 0, 0, 0, 16, 0, true, false, false, false, false, gl::VertexAttribType::UnsignedByte }, 129 { FormatID::ETC2_R8G8B8_UNORM_BLOCK, GL_COMPRESSED_RGB8_ETC2, GL_COMPRESSED_RGB8_ETC2, nullptr, NoCopyFunctions, nullptr, nullptr, GL_UNSIGNED_NORMALIZED, 8, 8, 8, 0, 0, 0, 0, 8, 0, true, false, false, false, false, gl::VertexAttribType::UnsignedByte }, 130 { FormatID::G8_B8R8_2PLANE_420_UNORM, GL_G8_B8R8_2PLANE_420_UNORM_ANGLE, GL_G8_B8R8_2PLANE_420_UNORM_ANGLE, GenerateMip<R8G8B8>, NoCopyFunctions, ReadColor<R8G8B8, GLfloat>, WriteColor<R8G8B8, GLfloat>, GL_UNSIGNED_NORMALIZED, 8, 8, 8, 0, 0, 0, 0, 3, 0, false, false, false, false, true, gl::VertexAttribType::UnsignedByte }, 131 { FormatID::G8_B8_R8_3PLANE_420_UNORM, GL_G8_B8_R8_3PLANE_420_UNORM_ANGLE, GL_G8_B8_R8_3PLANE_420_UNORM_ANGLE, GenerateMip<R8G8B8>, NoCopyFunctions, ReadColor<R8G8B8, GLfloat>, WriteColor<R8G8B8, GLfloat>, GL_UNSIGNED_NORMALIZED, 8, 8, 8, 0, 0, 0, 0, 3, 0, false, false, false, false, true, gl::VertexAttribType::UnsignedByte }, [all...] |
H A D | renderer_utils.h | 322 case gl::DrawElementsType::UnsignedByte: in GetLineLoopWithRestartIndexCount()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | IndexBuffer9.cpp | 43 indexType == gl::DrawElementsType::UnsignedByte) in initialize() 144 case gl::DrawElementsType::UnsignedByte: in getIndexFormat()
|
H A D | Renderer9.cpp | 1543 case gl::DrawElementsType::UnsignedByte: in drawLineLoop() 1610 case gl::DrawElementsType::UnsignedByte: in drawLineLoop() 1673 case gl::DrawElementsType::UnsignedByte: in drawIndexedPoints()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | PackedEnums.h | 294 UnsignedByte = 0, member in gl::DrawElementsType 330 ANGLE_VALIDATE_PACKED_ENUM(DrawElementsType, UnsignedByte, GL_UNSIGNED_BYTE); 462 UnsignedByte = 1, // GLenum == 0x1401 member in gl::BlendEquationType::BlendFactorType::VertexAttribType 520 ANGLE_VALIDATE_PACKED_ENUM(VertexAttribType, UnsignedByte, GL_UNSIGNED_BYTE);
|
H A D | PackedEnums.cpp | 314 case DrawElementsType::UnsignedByte: 458 case VertexAttribType::UnsignedByte:
|
H A D | utilities.cpp | 699 case DrawElementsType::UnsignedByte: in ComputeIndexRange() 721 case DrawElementsType::UnsignedByte: in GetPrimitiveRestartIndex()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | IndexBuffer11.cpp | 143 case gl::DrawElementsType::UnsignedByte: in getIndexFormat()
|
H A D | Buffer11.cpp | 1564 case gl::DrawElementsType::UnsignedByte: in getBuffer() 1610 case gl::DrawElementsType::UnsignedByte: in getBuffer()
|
H A D | Renderer11.cpp | 167 case gl::DrawElementsType::UnsignedByte: in GetLineLoopIndices() 198 case gl::DrawElementsType::UnsignedByte: in GetLineLoopIndices() 281 case gl::DrawElementsType::UnsignedByte: in GetTriFanIndices() 307 case gl::DrawElementsType::UnsignedByte: in GetTriFanIndices()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | formatutils.h | 119 static_assert(static_cast<GLuint>(DrawElementsType::UnsignedByte) == 0, "Please update this code."); 526 case VertexAttribType::UnsignedByte: in GetVertexAttributeComponentType()
|
H A D | Context_gles_1_0.cpp | 103 // Note that we normalize data for UnsignedByte types. This is to match the behavior in colorPointer() 106 type == VertexAttribType::UnsignedByte, stride, ptr); in colorPointer() member in gl::VertexAttribType
|
H A D | validationES1.cpp | 156 case VertexAttribType::UnsignedByte: in ValidateBuiltinVertexAttributeCommon()
|
H A D | Context.cpp | 9646 {DrawElementsType::UnsignedByte, true}, in updateValidDrawElementsTypes() 9673 {VertexAttribType::UnsignedByte, VertexAttribTypeCase::Valid}, in updateVertexAttribTypesValidation() 9686 {VertexAttribType::UnsignedByte, VertexAttribTypeCase::Valid}, in updateVertexAttribTypesValidation() 9703 {VertexAttribType::UnsignedByte, VertexAttribTypeCase::Valid}, in updateVertexAttribTypesValidation()
|
H A D | formatutils.cpp | 1980 case VertexAttribType::UnsignedByte: in GetVertexFormatID()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | D3D11EmulatedIndexedBufferTest.cpp | 139 gl::DrawElementsType::UnsignedByte, false}; in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | IndexDataManager.cpp | 70 if (sourceType == gl::DrawElementsType::UnsignedByte) in ConvertIndices()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | VertexArrayVk.cpp | 311 ASSERT(!mState.getElementArrayBuffer() || indexType == gl::DrawElementsType::UnsignedByte); in convertIndexBufferCPU()
|
H A D | ContextVk.cpp | 6102 mIndexTypeMap[gl::DrawElementsType::UnsignedByte] = 6127 return (glIndexType == gl::DrawElementsType::UnsignedByte &&
|
H A D | vk_helpers.cpp | 584 case gl::DrawElementsType::UnsignedByte: in HandlePrimitiveRestart() 3407 if (glIndexType == gl::DrawElementsType::UnsignedByte || in getIndexBufferForElementArrayBuffer()
|