Home
last modified time | relevance | path

Searched refs:TexStorage2D (Results 1 – 25 of 48) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DTextureRectangleTest.cpp119 TEST_P(TextureRectangleTest, TexStorage2D) in TEST_P() argument
129 auto TexStorage2D = [useES3](GLenum target, GLint levels, GLenum format, GLint width, in TEST_P() local
145 TexStorage2D(GL_TEXTURE_RECTANGLE_ANGLE, 1, GL_RGBA8, 16, 16); in TEST_P()
155 TexStorage2D(GL_TEXTURE_RECTANGLE_ANGLE, 5, GL_RGBA8, 16, 16); in TEST_P()
168 TexStorage2D(GL_TEXTURE_RECTANGLE_ANGLE, 1, GL_RGBA8, maxSize, maxSize); in TEST_P()
177 TexStorage2D(GL_TEXTURE_RECTANGLE_ANGLE, 1, GL_RGBA8, maxSize + 1, maxSize); in TEST_P()
179 TexStorage2D(GL_TEXTURE_RECTANGLE_ANGLE, 1, GL_RGBA8, maxSize, maxSize + 1); in TEST_P()
188 TexStorage2D(GL_TEXTURE_RECTANGLE_ANGLE, 1, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, 16, 16); in TEST_P()
/third_party/skia/src/gpu/gl/
DGrGLAssembleGLInterfaceAutogen.cpp262 GET_PROC(TexStorage2D); in GrGLMakeAssembledGLInterface()
264 GET_PROC(TexStorage2D); in GrGLMakeAssembledGLInterface()
266 GET_PROC_SUFFIX(TexStorage2D, EXT); in GrGLMakeAssembledGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp258 GET_PROC(TexStorage2D); in GrGLMakeAssembledGLESInterface()
260 GET_PROC_SUFFIX(TexStorage2D, EXT); in GrGLMakeAssembledGLESInterface()
DGrGLAssembleWebGLInterfaceAutogen.cpp197 GET_PROC(TexStorage2D); in GrGLMakeAssembledWebGLInterface()
/third_party/openGLES/extensions/EXT/
DEXT_texture_norm16.txt72 TexStorage2D, TexStorage3D and TexStorage2DMultisample,
81 TexStorage2D, TexStorage3D, TexStorage2DMultisample,
DEXT_texture_sRGB_R8.txt64 TexImage1D, TexStorage3D, TexStorage2D, TexStorage1D, TextureStorage3D,
DEXT_texture_sRGB_RG8.txt64 TexImage1D, TexStorage3D, TexStorage2D, TexStorage1D, TextureStorage3D,
DEXT_texture_storage_compression.txt110 behaves identically to TexStorage2D, except that additional flags can
DEXT_texture_compression_bptc.txt73 TexStorage2D, TexStorage3D, CompressedTexImage2D, and CompressedTexImage3D
205 INVALID_OPERATION is generated by TexImage2D, TexImage3D, TexStorage2D, and
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_norm16.txt72 TexStorage2D, TexStorage3D and TexStorage2DMultisample,
81 TexStorage2D, TexStorage3D, TexStorage2DMultisample,
DEXT_texture_sRGB_R8.txt53 TexStorage2D and TexStorage3D:
DEXT_texture_sRGB_RG8.txt53 TexStorage2D and TexStorage3D:
DEXT_texture_compression_bptc.txt73 TexStorage2D, TexStorage3D, CompressedTexImage2D, and CompressedTexImage3D
205 INVALID_OPERATION is generated by TexImage2D, TexImage3D, TexStorage2D, and
/third_party/skia/third_party/externals/angle2/extensions/
DANGLE_yuv_internal_format.txt42 that can be used to create immutable textures using the TexStorage2D API.
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/
DAPPLE_texture_format_BGRA8888.txt55 Accepted by the <internalformat> parameters of TexStorage2D and
DAPPLE_rgb_422.txt90 CopyTexImage2D, TexStorage2D, and TexStorage3D:
/third_party/openGLES/extensions/APPLE/
DAPPLE_texture_format_BGRA8888.txt55 Accepted by the <internalformat> parameters of TexStorage2D and
DAPPLE_rgb_422.txt90 CopyTexImage2D, TexStorage2D, and TexStorage3D:
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_texture_stencil8.txt60 TexStorage3D, TexStorage2D, TexStorage3DMultisample
/third_party/openGLES/extensions/OES/
DOES_texture_stencil8.txt75 TexStorage3D, TexStorage2D, TexStorage3DMultisample
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_stencil8.txt61 TexImage1D, CopyTexImage2D, CopyTexImage1D, TexStorage3D, TexStorage2D,
DARB_texture_storage.txt97 void TexStorage2D(enum target, sizei levels,
209 void TexStorage2D(enum target, sizei levels,
546 If the <target> parameter to TexStorage2D is not
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DTextureGL.cpp157 gl.TexStorage2D(mTarget, levels, glFormat.internalFormat, width, height); in Texture()
/third_party/openGLES/extensions/ARB/
DARB_texture_stencil8.txt71 TexImage1D, CopyTexImage2D, CopyTexImage1D, TexStorage3D, TexStorage2D,
DARB_texture_storage.txt107 void TexStorage2D(enum target, sizei levels,
219 void TexStorage2D(enum target, sizei levels,
556 If the <target> parameter to TexStorage2D is not

12