Searched refs:texture_name (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hapdec.c | 407 const char *texture_name; in hap_init() local 427 texture_name = "DXT1"; in hap_init() 433 texture_name = "DXT5"; in hap_init() 439 texture_name = "DXT5-YCoCg-scaled"; in hap_init() 445 texture_name = "RGTC1"; in hap_init() 452 texture_name = "DXT5-YCoCg-scaled / RGTC1"; in hap_init() 464 av_log(avctx, AV_LOG_DEBUG, "%s texture\n", texture_name); in hap_init()
|
/third_party/skia/third_party/externals/tint/src/inspector/ |
D | test_inspector_builder.cc | 229 const std::string& texture_name, in MakeSamplerReferenceBodyFunction() argument 239 stmts.emplace_back(Assign(result_name, Call("textureSample", texture_name, in MakeSamplerReferenceBodyFunction() 248 const std::string& texture_name, in MakeSamplerReferenceBodyFunction() argument 261 Assign("sampler_result", Call("textureSample", texture_name, sampler_name, in MakeSamplerReferenceBodyFunction() 271 const std::string& texture_name, in MakeComparisonSamplerReferenceBodyFunction() argument 283 Assign("sampler_result", Call("textureSampleCompare", texture_name, in MakeComparisonSamplerReferenceBodyFunction()
|
D | test_inspector_builder.h | 277 const std::string& texture_name, 294 const std::string& texture_name, 313 const std::string& texture_name,
|
/third_party/ffmpeg/libavdevice/ |
D | opengl_enc.c | 198 GLuint texture_name[4]; ///< Textures' IDs member 285 glDeleteTextures(4, opengl->texture_name); in opengl_deinit_context() 286 opengl->texture_name[0] = opengl->texture_name[1] = in opengl_deinit_context() 287 opengl->texture_name[2] = opengl->texture_name[3] = 0; in opengl_deinit_context() 916 glBindTexture(GL_TEXTURE_2D, opengl->texture_name[i]); in opengl_prepare() 1006 glGenTextures(desc->nb_components, opengl->texture_name); in opengl_init_context() 1015 opengl_configure_texture(opengl, opengl->texture_name[0], opengl->width, opengl->height); in opengl_init_context() 1028 opengl_configure_texture(opengl, opengl->texture_name[i], in opengl_init_context() 1032 … opengl_configure_texture(opengl, opengl->texture_name[i], opengl->width, opengl->height); in opengl_init_context() 1034 … opengl_configure_texture(opengl, opengl->texture_name[3], opengl->width, opengl->height); in opengl_init_context() [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/gles32/ |
D | es32cCopyImageTests.cpp | 74 bool verify(glw::GLuint texture_name, glw::GLuint sampler_type); 181 bool IntegerTexTest::verify(glw::GLuint texture_name, glw::GLuint sampler_type) in verify() argument 241 gl.bindTexture(GL_TEXTURE_2D, texture_name); in verify()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/ |
D | APPLE_object_purgeable.txt | 584 Texture speculative caching: A FBO is created and texture_name is 597 ObjectPurgeable(TEXTURE, texture_name, VOLATILE_APPLE); 608 texture_name, RETAINED_APPLE); 613 BindTexture(TEXTURE_2D, texture_name); 625 BindTexture(TEXTURE_2D, texture_name);
|
/third_party/openGLES/extensions/APPLE/ |
D | APPLE_object_purgeable.txt | 584 Texture speculative caching: A FBO is created and texture_name is 597 ObjectPurgeable(TEXTURE, texture_name, VOLATILE_APPLE); 608 texture_name, RETAINED_APPLE); 613 BindTexture(TEXTURE_2D, texture_name); 625 BindTexture(TEXTURE_2D, texture_name);
|