Home
last modified time | relevance | path

Searched refs:UnsignedByte (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DFormat_table_autogen.cpp97 { 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 Drenderer_utils.h322 case gl::DrawElementsType::UnsignedByte: in GetLineLoopWithRestartIndexCount()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DIndexBuffer9.cpp43 indexType == gl::DrawElementsType::UnsignedByte) in initialize()
144 case gl::DrawElementsType::UnsignedByte: in getIndexFormat()
H A DRenderer9.cpp1543 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 DPackedEnums.h294 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 DPackedEnums.cpp314 case DrawElementsType::UnsignedByte:
458 case VertexAttribType::UnsignedByte:
H A Dutilities.cpp699 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 DIndexBuffer11.cpp143 case gl::DrawElementsType::UnsignedByte: in getIndexFormat()
H A DBuffer11.cpp1564 case gl::DrawElementsType::UnsignedByte: in getBuffer()
1610 case gl::DrawElementsType::UnsignedByte: in getBuffer()
H A DRenderer11.cpp167 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 Dformatutils.h119 static_assert(static_cast<GLuint>(DrawElementsType::UnsignedByte) == 0, "Please update this code.");
526 case VertexAttribType::UnsignedByte: in GetVertexAttributeComponentType()
H A DContext_gles_1_0.cpp103 // 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 DvalidationES1.cpp156 case VertexAttribType::UnsignedByte: in ValidateBuiltinVertexAttributeCommon()
H A DContext.cpp9646 {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 Dformatutils.cpp1980 case VertexAttribType::UnsignedByte: in GetVertexFormatID()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DD3D11EmulatedIndexedBufferTest.cpp139 gl::DrawElementsType::UnsignedByte, false}; in TEST_P()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DIndexDataManager.cpp70 if (sourceType == gl::DrawElementsType::UnsignedByte) in ConvertIndices()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DVertexArrayVk.cpp311 ASSERT(!mState.getElementArrayBuffer() || indexType == gl::DrawElementsType::UnsignedByte); in convertIndexBufferCPU()
H A DContextVk.cpp6102 mIndexTypeMap[gl::DrawElementsType::UnsignedByte] =
6127 return (glIndexType == gl::DrawElementsType::UnsignedByte &&
H A Dvk_helpers.cpp584 case gl::DrawElementsType::UnsignedByte: in HandlePrimitiveRestart()
3407 if (glIndexType == gl::DrawElementsType::UnsignedByte || in getIndexBufferForElementArrayBuffer()

Completed in 86 milliseconds