Searched refs:texture_rectangle (Results 1 – 4 of 4) sorted by relevance
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| D | gl4cDirectStateAccessTexturesTests.cpp | 13134 glw::GLuint texture_rectangle = 0; in iterate() local 13211 gl.genTextures(1, &texture_rectangle); in iterate() 13214 gl.bindTexture(GL_TEXTURE_RECTANGLE, texture_rectangle); in iterate() 13263 …gl.getTextureImage(texture_rectangle, 1, s_reference_format, s_reference_type, s_reference_size, s… in iterate() 13464 if (texture_rectangle) in iterate() 13466 gl.deleteTextures(1, &texture_rectangle); in iterate()
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
| D | ARB_texture_non_power_of_two.txt | 631 - added more explicit comparison of texture_rectangle and this
|
| /third_party/openGLES/extensions/ARB/ |
| D | ARB_texture_non_power_of_two.txt | 641 - added more explicit comparison of texture_rectangle and this
|
| /third_party/mesa3d/src/compiler/glsl/ |
| D | builtin_functions.cpp | 211 texture_rectangle(const _mesa_glsl_parse_state *state) in texture_rectangle() function 3656 …_texture(ir_tex, texture_rectangle, glsl_type::vec4_type, glsl_type::sampler2DRect_type, glsl_typ… in create_builtins() 3662 …_texture(ir_tex, texture_rectangle, glsl_type::vec4_type, glsl_type::sampler2DRect_type, glsl_typ… in create_builtins() 3663 …_texture(ir_tex, texture_rectangle, glsl_type::vec4_type, glsl_type::sampler2DRect_type, glsl_typ… in create_builtins() 3731 …_texture(ir_tex, texture_rectangle, glsl_type::vec4_type, glsl_type::sampler2DRectShadow_type, gl… in create_builtins() 3735 …_texture(ir_tex, texture_rectangle, glsl_type::vec4_type, glsl_type::sampler2DRectShadow_type, gl… in create_builtins()
|