/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | uniform_type_info_autogen.cpp | 58 {GL_IMAGE_2D, GL_INT, GL_TEXTURE_2D, GL_NONE, GL_NONE, SamplerFormat::InvalidEnum, 1, 1, 1, 60 {GL_IMAGE_2D_ARRAY, GL_INT, GL_TEXTURE_2D_ARRAY, GL_NONE, GL_NONE, SamplerFormat::InvalidEnum, 62 {GL_IMAGE_3D, GL_INT, GL_TEXTURE_3D, GL_NONE, GL_NONE, SamplerFormat::InvalidEnum, 1, 1, 1, 64 {GL_IMAGE_CUBE, GL_INT, GL_TEXTURE_CUBE_MAP, GL_NONE, GL_NONE, SamplerFormat::InvalidEnum, 1, 66 {GL_IMAGE_CUBE_MAP_ARRAY, GL_INT, GL_TEXTURE_CUBE_MAP_ARRAY, GL_NONE, GL_NONE, 69 {GL_IMAGE_BUFFER, GL_INT, GL_TEXTURE_BUFFER, GL_NONE, GL_NONE, SamplerFormat::InvalidEnum, 1, 71 {GL_INT, GL_INT, GL_NONE, GL_NONE, GL_BOOL, SamplerFormat::InvalidEnum, 1, 1, 1, sizeof(GLint), 73 {GL_INT_IMAGE_2D, GL_INT, GL_TEXTURE_2D, GL_NONE, GL_NONE, SamplerFormat::InvalidEnum, 1, 1, 1, 75 {GL_INT_IMAGE_2D_ARRAY, GL_INT, GL_TEXTURE_2D_ARRA [all...] |
H A D | utilities.cpp | 127 case GL_INT: in VariableComponentType() 179 return GL_INT; in VariableComponentType() 200 case GL_INT: in VariableComponentSize() 228 case GL_INT: in GetGLSLTypeString() 275 case GL_INT: in VariableBoolVectorType() 305 case GL_INT: in VariableRowCount() 398 case GL_INT: in VariableColumnCount() 844 case GL_INT: in VariableSortOrder()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ProvokingVertexTest.cpp | 124 glVertexAttribIPointer(mIntAttribLocation, 1, GL_INT, 0, vertexData); in TEST_P() 129 glReadPixels(0, 0, 1, 1, GL_RGBA_INTEGER, GL_INT, &pixelValue); in TEST_P() 154 glVertexAttribIPointer(mIntAttribLocation, 1, GL_INT, 0, vertexData); in TEST_P() 163 glReadPixels(0, 0, 1, 1, GL_RGBA_INTEGER, GL_INT, &pixelValue); in TEST_P() 189 glVertexAttribIPointer(mIntAttribLocation, 1, GL_INT, 0, vertexData); in TEST_P() 199 glReadPixels(0, 0, 1, 1, GL_RGBA_INTEGER, GL_INT, &pixelValue); in TEST_P() 212 glVertexAttribIPointer(mIntAttribLocation, 1, GL_INT, 0, vertexData); in TEST_P() 222 glReadPixels(0, 0, getWindowWidth(), getWindowHeight(), GL_RGBA_INTEGER, GL_INT, in TEST_P() 259 glVertexAttribIPointer(mIntAttribLocation, 1, GL_INT, 0, vertexData); in TEST_P() 271 glReadPixels(0, 0, getWindowWidth(), getWindowHeight(), GL_RGBA_INTEGER, GL_INT, in TEST_P() [all...] |
H A D | TextureUploadFormatTest.cpp | 63 case GL_INT: in bytesPerPixel() 502 fnTest({GL_RGBA32I, GL_RGBA_INTEGER, GL_INT}, {1, 1, 1, 1}); in TEST_P() 503 fnTest({GL_RGB32I, GL_RGB_INTEGER, GL_INT}, {1, 1, 1, 1}); in TEST_P() 504 fnTest({GL_RG32I, GL_RG_INTEGER, GL_INT}, {1, 1, 1, 1}); in TEST_P() 505 fnTest({GL_R32I, GL_RED_INTEGER, GL_INT}, {1, 1, 1, 1}); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | dxgi_format_map_autogen.cpp | 130 return GL_INT; in GetComponentType() 142 return GL_INT; in GetComponentType() 154 return GL_INT; in GetComponentType() 172 return GL_INT; in GetComponentType() 180 return GL_INT; in GetComponentType() 188 return GL_INT; in GetComponentType() 200 return GL_INT; in GetComponentType() 206 return GL_INT; in GetComponentType() 220 return GL_INT; in GetComponentType() 230 return GL_INT; in GetComponentType() [all...] |
H A D | Format_table_autogen.cpp | 37 { FormatID::A2R10G10B10_SINT_VERTEX, GL_INT_10_10_10_2_OES, GL_INT_10_10_10_2_OES, nullptr, NoCopyFunctions, nullptr, nullptr, GL_INT, 10, 10, 10, 2, 0, 0, 0, 4, std::numeric_limits<GLuint>::max(), false, false, false, false, false, gl::VertexAttribType::Int1010102 }, 39 { FormatID::A2R10G10B10_SSCALED_VERTEX, GL_A2_RGB10_SSCALED_ANGLEX, GL_A2_RGB10_SSCALED_ANGLEX, nullptr, NoCopyFunctions, nullptr, nullptr, GL_INT, 10, 10, 10, 2, 0, 0, 0, 4, std::numeric_limits<GLuint>::max(), false, false, true, false, false, gl::VertexAttribType::Int1010102 }, 146 { FormatID::R10G10B10A2_SINT, GL_RGB10_A2_SINT_ANGLEX, GL_RGB10_A2_SINT_ANGLEX, GenerateMip<R10G10B10A2S>, NoCopyFunctions, ReadColor<R10G10B10A2S, GLint>, WriteColor<R10G10B10A2S, GLint>, GL_INT, 10, 10, 10, 2, 0, 0, 0, 4, std::numeric_limits<GLuint>::max(), false, false, false, false, false, gl::VertexAttribType::Int2101010 }, 148 { FormatID::R10G10B10A2_SSCALED, GL_RGB10_A2_SSCALED_ANGLEX, GL_RGB10_A2_SSCALED_ANGLEX, GenerateMip<R10G10B10A2S>, NoCopyFunctions, ReadColor<R10G10B10A2S, GLint>, WriteColor<R10G10B10A2S, GLint>, GL_INT, 10, 10, 10, 2, 0, 0, 0, 4, std::numeric_limits<GLuint>::max(), false, false, true, false, false, gl::VertexAttribType::Int2101010 }, 155 { FormatID::R16G16B16A16_SINT, GL_RGBA16I, GL_RGBA16I, GenerateMip<R16G16B16A16S>, NoCopyFunctions, ReadColor<R16G16B16A16S, GLint>, WriteColor<R16G16B16A16S, GLint>, GL_INT, 16, 16, 16, 16, 0, 0, 0, 8, 1, false, false, false, false, false, gl::VertexAttribType::Short }, 157 { FormatID::R16G16B16A16_SSCALED, GL_RGBA16_SSCALED_ANGLEX, GL_RGBA16_SSCALED_ANGLEX, GenerateMip<R16G16B16A16S>, NoCopyFunctions, ReadColor<R16G16B16A16S, GLint>, WriteColor<R16G16B16A16S, GLint>, GL_INT, 16, 16, 16, 16, 0, 0, 0, 8, 1, false, false, true, false, false, gl::VertexAttribType::Short }, 162 { FormatID::R16G16B16_SINT, GL_RGB16I, GL_RGB16I, GenerateMip<R16G16B16S>, NoCopyFunctions, ReadColor<R16G16B16S, GLint>, WriteColor<R16G16B16S, GLint>, GL_INT, 16, 16, 16, 0, 0, 0, 0, 6, 1, false, false, false, false, false, gl::VertexAttribType::Short }, 164 { FormatID::R16G16B16_SSCALED, GL_RGB16_SSCALED_ANGLEX, GL_RGB16_SSCALED_ANGLEX, GenerateMip<R16G16B16S>, NoCopyFunctions, ReadColor<R16G16B16S, GLint>, WriteColor<R16G16B16S, GLint>, GL_INT, 16, 16, 16, 0, 0, 0, 0, 6, 1, false, false, true, false, false, gl::VertexAttribType::Short }, 169 { FormatID::R16G16_SINT, GL_RG16I, GL_RG16I, GenerateMip<R16G16S>, NoCopyFunctions, ReadColor<R16G16S, GLint>, WriteColor<R16G16S, GLint>, GL_INT, 16, 16, 0, 0, 0, 0, 0, 4, 1, false, false, false, false, false, gl::VertexAttribType::Short }, 171 { FormatID::R16G16_SSCALED, GL_RG16_SSCALED_ANGLEX, GL_RG16_SSCALED_ANGLEX, GenerateMip<R16G16S>, NoCopyFunctions, ReadColor<R16G16S, GLint>, WriteColor<R16G16S, GLint>, GL_INT, 1 [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Framebuffer.cpp | 599 case GL_R8I: return GL_INT; in getImplementationColorReadType() 600 case GL_RG8I: return GL_INT; in getImplementationColorReadType() 601 case GL_RGB8I: return GL_INT; in getImplementationColorReadType() 602 case GL_RGBA8I: return GL_INT; in getImplementationColorReadType() 607 case GL_R16I: return GL_INT; in getImplementationColorReadType() 608 case GL_RG16I: return GL_INT; in getImplementationColorReadType() 609 case GL_RGB16I: return GL_INT; in getImplementationColorReadType() 610 case GL_RGBA16I: return GL_INT; in getImplementationColorReadType() 616 case GL_R32I: return GL_INT; in getImplementationColorReadType() 617 case GL_RG32I: return GL_INT; in getImplementationColorReadType() [all...] |
H A D | utilities.cpp | 39 case GL_INT: in UniformComponentCount() 118 case GL_INT: in UniformComponentType() 139 return GL_INT; in UniformComponentType() 158 case GL_INT: return sizeof(GLint); in UniformTypeSize() 200 case GL_INT: in VariableRowCount() 259 case GL_INT: in VariableColumnCount() 713 if(format == GL_RGBA_INTEGER && type == GL_INT) in ValidateReadPixelsFormatType() 825 case GL_INT: in ValidateTextureFormatType() 1001 case GL_INT: VALIDATE_INTERNALFORMAT(GL_RGBA32I) in ValidateTextureFormatType() 1028 case GL_INT in ValidateTextureFormatType() [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fReadPixelsTests.cpp | 235 else if (m_type == GL_INT) in clearColor() 277 if (m_type == GL_INT) in clearColor() 418 group->addChild(new ReadPixelsTest(m_context, "rgba_int_1", "", ReadPixelsTest::FLAG_USE_RBO, 1, 0, 0, 0, GL_RGBA_INTEGER, GL_INT)); in init() 419 group->addChild(new ReadPixelsTest(m_context, "rgba_int_2", "", ReadPixelsTest::FLAG_USE_RBO, 2, 0, 0, 0, GL_RGBA_INTEGER, GL_INT)); in init() 420 group->addChild(new ReadPixelsTest(m_context, "rgba_int_4", "", ReadPixelsTest::FLAG_USE_RBO, 4, 0, 0, 0, GL_RGBA_INTEGER, GL_INT)); in init() 421 group->addChild(new ReadPixelsTest(m_context, "rgba_int_8", "", ReadPixelsTest::FLAG_USE_RBO, 8, 0, 0, 0, GL_RGBA_INTEGER, GL_INT)); in init() 443 group->addChild(new ReadPixelsTest(m_context, "rgba_int_17", "", ReadPixelsTest::FLAG_USE_RBO, 4, 17, 0, 0, GL_RGBA_INTEGER, GL_INT)); in init() 444 group->addChild(new ReadPixelsTest(m_context, "rgba_int_19", "", ReadPixelsTest::FLAG_USE_RBO, 4, 19, 0, 0, GL_RGBA_INTEGER, GL_INT)); in init() 445 group->addChild(new ReadPixelsTest(m_context, "rgba_int_23", "", ReadPixelsTest::FLAG_USE_RBO, 4, 23, 0, 0, GL_RGBA_INTEGER, GL_INT)); in init() 446 group->addChild(new ReadPixelsTest(m_context, "rgba_int_29", "", ReadPixelsTest::FLAG_USE_RBO, 4, 29, 0, 0, GL_RGBA_INTEGER, GL_INT)); in init() [all...] |
H A D | es3fFboStateQueryTests.cpp | 515 { GL_R8I, GL_INT }, in test() 517 { GL_R16I, GL_INT }, in test() 519 { GL_R32I, GL_INT }, in test() 521 { GL_RG8I, GL_INT }, in test() 523 { GL_RG16I, GL_INT }, in test() 525 { GL_RG32I, GL_INT }, in test() 527 { GL_RGBA8I, GL_INT }, in test() 529 { GL_RGBA16I, GL_INT }, in test() 531 { GL_RGBA32I, GL_INT }, in test()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cTextureSizePromotion.cpp | 297 source_type = GL_INT; in prepareSourceTexture() 439 destination_type = GL_INT; in prepareDestinationTextureAndFramebuffer() 1000 gl.readPixels(0, 0, 1, 1, GL_RED_INTEGER, GL_INT, &pixel); in checkDestinationTexture() 1090 return (GL_INT == descriptor.expected_red_type) || (GL_INT == descriptor.expected_green_type) || in isIntegerSignedType() 1091 (GL_INT == descriptor.expected_blue_type) || (GL_INT == descriptor.expected_alpha_type); in isIntegerSignedType() 1331 { glu::ContextType(3, 0, glu::PROFILE_CORE), GL_R8I, STR(GL_R8I), false, true, 8, 0, 0, 0, 0, 0, GL_INT, GL_NONE, 1335 { glu::ContextType(3, 0, glu::PROFILE_CORE), GL_R16I, STR(GL_R16I), false, true, 16, 0, 0, 0, 0, 0, GL_INT, GL_NONE, 1339 { glu::ContextType(3, 0, glu::PROFILE_CORE), GL_R32I, STR(GL_R32I), false, true, 32, 0, 0, 0, 0, 0, GL_INT, GL_NON [all...] |
H A D | gl4cTextureGatherTests.cpp | 545 glTexImage2D(target, i, internal_format, size, size, 0, GL_RGBA_INTEGER, GL_INT, 0); in CreateTexture2DInt() 550 glTexImage2D(target, 0, internal_format, size, size, 0, GL_RGBA_INTEGER, GL_INT, 0); in CreateTexture2DInt() 553 glTexSubImage2D(target, 0, 0, 0, csize, csize, GL_RGBA_INTEGER, GL_INT, &pixels[0]); in CreateTexture2DInt() 557 glTexSubImage2D(target, 0, 22, 25, 2, 2, GL_RGBA_INTEGER, GL_INT, data); in CreateTexture2DInt() 558 glTexSubImage2D(target, 0, 16, 10, 1, 1, GL_RGBA_INTEGER, GL_INT, data + 0); in CreateTexture2DInt() 559 glTexSubImage2D(target, 0, 11, 2, 1, 1, GL_RGBA_INTEGER, GL_INT, data + 1); in CreateTexture2DInt() 560 glTexSubImage2D(target, 0, 24, 13, 1, 1, GL_RGBA_INTEGER, GL_INT, data + 2); in CreateTexture2DInt() 561 glTexSubImage2D(target, 0, 9, 14, 1, 1, GL_RGBA_INTEGER, GL_INT, data + 3); in CreateTexture2DInt() 580 glTexImage3D(GL_TEXTURE_2D_ARRAY, i, internal_format, size, size, slices, 0, GL_RGBA_INTEGER, GL_INT, 0); in CreateTexture2DArrayInt() 585 glTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, 0, 0, i, csize, csize, 1, GL_RGBA_INTEGER, GL_INT, in CreateTexture2DArrayInt() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | format_map_autogen.cpp | 384 case GL_INT: in GetSizedFormatInternal() 484 case GL_INT: in GetSizedFormatInternal() 506 case GL_INT: in GetSizedFormatInternal() 526 case GL_INT: in GetSizedFormatInternal() 628 case GL_INT: in ValidES3Type() 1058 case GL_INT: in ValidES3FormatCombination() 1495 case GL_INT: in ValidES3FormatCombination() 1580 case GL_INT: in ValidES3FormatCombination() 1654 case GL_INT: in ValidES3FormatCombination()
|
H A D | queryutils.cpp | 3065 *type = GL_INT; in GetQueryParameterInfo() 3071 *type = GL_INT; in GetQueryParameterInfo() 3138 *type = GL_INT; in GetQueryParameterInfo() 3148 *type = GL_INT; in GetQueryParameterInfo() 3159 *type = GL_INT; in GetQueryParameterInfo() 3170 *type = GL_INT; in GetQueryParameterInfo() 3176 *type = GL_INT; in GetQueryParameterInfo() 3183 *type = GL_INT; in GetQueryParameterInfo() 3258 *type = GL_INT; in GetQueryParameterInfo() 3266 *type = GL_INT; in GetQueryParameterInfo() [all...] |
H A D | formatutils.cpp | 500 case GL_INT: in isRequiredRenderbufferFormat() 525 return componentType == GL_INT || componentType == GL_UNSIGNED_INT; in isInt() 1046 AddRGBAFormat(&map, GL_R8I, true, 8, 0, 0, 0, 0, GL_RED_INTEGER, GL_BYTE, GL_INT, false, RequireES<3, 0>, NeverSupported, RequireES<3, 0>, RequireES<3, 0>, NeverSupported); in BuildInternalFormatInfoMap() 1048 AddRGBAFormat(&map, GL_R16I, true, 16, 0, 0, 0, 0, GL_RED_INTEGER, GL_SHORT, GL_INT, false, RequireES<3, 0>, NeverSupported, RequireES<3, 0>, RequireES<3, 0>, NeverSupported); in BuildInternalFormatInfoMap() 1050 AddRGBAFormat(&map, GL_R32I, true, 32, 0, 0, 0, 0, GL_RED_INTEGER, GL_INT, GL_INT, false, RequireES<3, 0>, NeverSupported, RequireES<3, 0>, RequireES<3, 0>, NeverSupported); in BuildInternalFormatInfoMap() 1052 AddRGBAFormat(&map, GL_RG8I, true, 8, 8, 0, 0, 0, GL_RG_INTEGER, GL_BYTE, GL_INT, false, RequireES<3, 0>, NeverSupported, RequireES<3, 0>, RequireES<3, 0>, NeverSupported); in BuildInternalFormatInfoMap() 1054 AddRGBAFormat(&map, GL_RG16I, true, 16, 16, 0, 0, 0, GL_RG_INTEGER, GL_SHORT, GL_INT, false, RequireES<3, 0>, NeverSupported, RequireES<3, 0>, RequireES<3, 0>, NeverSupported); in BuildInternalFormatInfoMap() 1056 AddRGBAFormat(&map, GL_RG32I, true, 32, 32, 0, 0, 0, GL_RG_INTEGER, GL_INT, GL_INT, fals in BuildInternalFormatInfoMap() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
H A D | es3cCopyTexImageConversionsTests.cpp | 478 return (type == GL_INT) || (type == GL_UNSIGNED_BYTE) || (type == GL_UNSIGNED_INT) || (type == GL_FLOAT) || in isTypeSupportedByGLReadPixels() 495 case GL_INT: in isInternalFormatCompatibleWithType() 791 * 2) GL_INT for destination pixels. 807 DE_ASSERT(type == GL_INT); in getR16IPixelData() 891 * @param type GLES type the pixel uses. Must be GL_INT. 900 DE_ASSERT(type == GL_INT); in getR32IPixelData() 969 * 2) GL_INT for destination pixels. 982 DE_ASSERT(type == GL_INT); in getR8IPixelData() 1101 * 2) GL_INT for destination pixels. 1117 DE_ASSERT(type == GL_INT); in getRG16IPixelData() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/ |
H A D | esextcTextureBorderClampSamplingTextureGroup.cpp | 70 256, 256, 1, 0, 255, 0, 255, GL_INT, GL_INT); in init() 128 0, 255, GL_INT, GL_INT); in init() 170 256, 256, 6, 0, 255, 0, 255, GL_INT, GL_INT); in init()
|
H A D | esextcTextureBorderClampTests.cpp | 95 256, 256, 1, 0, 255, 0, 255, GL_INT, GL_INT); in init() 153 0, 255, GL_INT, GL_INT); in init() 194 256, 256, 6, 0, 255, 0, 255, GL_INT, GL_INT); in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
H A D | esextcTextureBufferTextureBufferRange.cpp | 133 m_output_type = GL_INT; in configure() 148 m_output_type = GL_INT; in configure() 162 m_input_type = GL_INT; in configure() 163 m_output_type = GL_INT; in configure() 268 m_output_type = GL_INT; in configure() 283 m_output_type = GL_INT; in configure() 297 m_input_type = GL_INT; in configure() 298 m_output_type = GL_INT; in configure() 372 m_input_type = GL_INT; in configure() 373 m_output_type = GL_INT; in configure() [all...] |
/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_private.h | 99 case GL_INT: in vbo_attrtype_to_integer_flag() 114 case GL_INT: in vbo_attrtype_to_double_flag() 153 case GL_INT: in vbo_get_default_vals_as_union()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | glformats.c | 288 case GL_INT: in _mesa_sizeof_type() 325 case GL_INT: in _mesa_sizeof_packed_type() 439 case GL_INT: in _mesa_bytes_per_pixel() 543 case GL_INT: in _mesa_bytes_per_vertex_attrib() 1921 case GL_INT: in _mesa_error_check_format_and_type() 1945 case GL_INT: in _mesa_error_check_format_and_type() 1962 case GL_INT: in _mesa_error_check_format_and_type() 1977 case GL_INT: in _mesa_error_check_format_and_type() 2009 case GL_INT: in _mesa_error_check_format_and_type() 2025 case GL_INT in _mesa_error_check_format_and_type() [all...] |
H A D | formats.c | 56 * GL_UNSIGNED_INT, GL_INT, GL_FLOAT. 228 * GL_INT = an ordinary signed integer 554 return (info->DataType == GL_INT || info->DataType == GL_UNSIGNED_INT) && in _mesa_is_format_integer_color() 586 info->DataType == GL_INT || in _mesa_is_format_signed() 598 return (info->DataType == GL_INT || info->DataType == GL_UNSIGNED_INT); in _mesa_is_format_integer() 1237 *datatype = GL_INT; in _mesa_uncompressed_format_to_type_and_comps() 1241 *datatype = GL_INT; in _mesa_uncompressed_format_to_type_and_comps() 1278 *datatype = GL_INT; in _mesa_uncompressed_format_to_type_and_comps() 1282 *datatype = GL_INT; in _mesa_uncompressed_format_to_type_and_comps() 1286 *datatype = GL_INT; in _mesa_uncompressed_format_to_type_and_comps() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArrayImageOperations.cpp | 233 << ((type == GL_FLOAT) ? "imageCubeArray" : ((type == GL_INT) ? "iimageCubeArray" : "uimageCubeArray")) in checkResults() 603 GL_RGBA_INTEGER, GL_INT, &intData[0]); in iterate() 605 GL_RGBA_INTEGER, GL_INT, &intClean[0]); in iterate() 640 m_n_components, GL_RGBA_INTEGER, GL_INT, ST_MUTABLE, &intData[0])) in iterate() 664 GL_RGBA_INTEGER, GL_INT, &intData[0]); in iterate() 666 GL_RGBA_INTEGER, GL_INT, &intClean[0]); in iterate() 701 m_n_components, GL_RGBA_INTEGER, GL_INT, ST_IMMUTABLE, &intData[0])) in iterate()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | BufferSubData.cpp | 158 case GL_INT: in GetVertexData() 186 case GL_INT: in GetVertexData() 222 case GL_INT: in story()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | GLFormat.cpp | 63 AddFormat(wgpu::TextureFormat::R32Sint, GL_R32I, GL_RED_INTEGER, GL_INT, Type::Int); in BuildGLFormatTable() 82 AddFormat(wgpu::TextureFormat::RG32Sint, GL_RG32I, GL_RG_INTEGER, GL_INT, Type::Int); in BuildGLFormatTable() 90 AddFormat(wgpu::TextureFormat::RGBA32Sint, GL_RGBA32I, GL_RGBA_INTEGER, GL_INT, Type::Int); in BuildGLFormatTable()
|