Home
last modified time | relevance | path

Searched refs:texture_name (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhapdec.c340 const char *texture_name; in hap_init() local
362 texture_name = "DXT1"; in hap_init()
368 texture_name = "DXT5"; in hap_init()
374 texture_name = "DXT5-YCoCg-scaled"; in hap_init()
380 texture_name = "RGTC1"; in hap_init()
387 texture_name = "DXT5-YCoCg-scaled / RGTC1"; in hap_init()
401 av_log(avctx, AV_LOG_DEBUG, "%s texture\n", texture_name); in hap_init()
/third_party/skia/third_party/externals/tint/src/inspector/
H A Dtest_inspector_builder.cc229 const std::string& texture_name, in MakeSamplerReferenceBodyFunction()
239 stmts.emplace_back(Assign(result_name, Call("textureSample", texture_name, in MakeSamplerReferenceBodyFunction()
248 const std::string& texture_name, in MakeSamplerReferenceBodyFunction()
261 Assign("sampler_result", Call("textureSample", texture_name, sampler_name, in MakeSamplerReferenceBodyFunction()
271 const std::string& texture_name, in MakeComparisonSamplerReferenceBodyFunction()
283 Assign("sampler_result", Call("textureSampleCompare", texture_name, in MakeComparisonSamplerReferenceBodyFunction()
227 MakeSamplerReferenceBodyFunction( const std::string& func_name, const std::string& texture_name, const std::string& sampler_name, const std::string& coords_name, const ast::Type* base_type, ast::DecorationList decorations) MakeSamplerReferenceBodyFunction() argument
246 MakeSamplerReferenceBodyFunction( const std::string& func_name, const std::string& texture_name, const std::string& sampler_name, const std::string& coords_name, const std::string& array_index, const ast::Type* base_type, ast::DecorationList decorations) MakeSamplerReferenceBodyFunction() argument
269 MakeComparisonSamplerReferenceBodyFunction( const std::string& func_name, const std::string& texture_name, const std::string& sampler_name, const std::string& coords_name, const std::string& depth_name, const ast::Type* base_type, ast::DecorationList decorations) MakeComparisonSamplerReferenceBodyFunction() argument
H A Dtest_inspector_builder.h269 /// @param texture_name name of the texture to be sampled
277 const std::string& texture_name,
285 /// @param texture_name name of the texture to be sampled
294 const std::string& texture_name,
304 /// @param texture_name name of the depth texture to use
313 const std::string& texture_name,
/third_party/vk-gl-cts/external/openglcts/modules/gles32/
H A Des32cCopyImageTests.cpp74 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/ffmpeg/libavdevice/
H A Dopengl_enc.c198 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[ in opengl_init_context()
[all...]

Completed in 6 milliseconds