Home
last modified time | relevance | path

Searched defs:texUnit (Results 1 - 19 of 19) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
H A DgluStrUtil.hpp61 const deUint32 texUnit; member in glu::detail::TextureUnitStr
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_texture.h137 const GLuint texUnit = prog->SamplerUnits[unit]; in st_get_texture_object() local
H A Dst_atom_sampler.c152 st_convert_sampler_from_unit(const struct st_context *st, struct pipe_sampler_state *sampler, GLuint texUnit) st_convert_sampler_from_unit() argument
H A Dst_atom_texture.c59 st_update_single_texture(struct st_context *st, GLuint texUnit, bool glsl130_or_later, bool ignore_srgb_decode, bool get_reference) st_update_single_texture() argument
H A Dst_texture.c512 st_create_texture_handle_from_unit(struct st_context *st, struct gl_program *prog, GLuint texUnit) st_create_texture_handle_from_unit() argument
/third_party/mesa3d/src/mesa/main/
H A Denable.c324 struct gl_fixedfunc_texture_unit *texUnit = in enable_texture() local
913 struct gl_fixedfunc_texture_unit *texUnit = get_texcoord_unit(ctx); in _mesa_set_enable() local
936 struct gl_fixedfunc_texture_unit *texUnit = get_texcoord_unit(ctx); _mesa_set_enable() local
1515 const struct gl_fixedfunc_texture_unit *const texUnit = is_texture_enabled() local
1737 const struct gl_fixedfunc_texture_unit *texUnit = _mesa_IsEnabled() local
1751 const struct gl_fixedfunc_texture_unit *texUnit = _mesa_IsEnabled() local
[all...]
H A Dtexgen.c50 struct gl_fixedfunc_texture_unit* texUnit; in get_texgen() local
H A Dtexstate.c134 const struct gl_fixedfunc_texture_unit *texUnit = ctx->Texture.FixedFuncUnit + unit; in _mesa_print_texunit_state() local
296 const GLuint texUnit = texture - GL_TEXTURE0; active_texture() local
359 GLuint texUnit = texture - GL_TEXTURE0; _mesa_ClientActiveTexture() local
492 pack_tex_combine(struct gl_fixedfunc_texture_unit *texUnit) pack_tex_combine() argument
524 update_tex_combine(struct gl_context *ctx, struct gl_texture_unit *texUnit, struct gl_fixedfunc_texture_unit *fftexUnit) update_tex_combine() argument
625 struct gl_fixedfunc_texture_unit *texUnit = update_texgen() local
662 struct gl_texture_unit *texUnit; update_single_program_texture() local
783 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit]; update_ff_texture_state() local
1053 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[u]; _mesa_init_texture() local
1066 struct gl_fixedfunc_texture_unit *texUnit = _mesa_init_texture() local
1159 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[u]; _mesa_update_default_objects_texture() local
[all...]
H A Dtexenv.c50 set_env_mode(struct gl_context *ctx, struct gl_fixedfunc_texture_unit *texUnit, GLenum mode) set_env_mode() argument
90 set_env_color(struct gl_context *ctx, struct gl_fixedfunc_texture_unit *texUnit, const GLfloat *color) set_env_color() argument
107 set_combiner_mode(struct gl_context *ctx, struct gl_fixedfunc_texture_unit *texUnit, GLenum pname, GLenum mode) set_combiner_mode() argument
173 set_combiner_source(struct gl_context *ctx, struct gl_fixedfunc_texture_unit *texUnit, GLenum pname, GLenum param) set_combiner_source() argument
264 set_combiner_operand(struct gl_context *ctx, struct gl_fixedfunc_texture_unit *texUnit, GLenum pname, GLenum param) set_combiner_operand() argument
334 set_combiner_scale(struct gl_context *ctx, struct gl_fixedfunc_texture_unit *texUnit, GLenum pname, GLfloat scale) set_combiner_scale() argument
392 struct gl_fixedfunc_texture_unit *texUnit = _mesa_texenvfv_indexed() local
449 struct gl_texture_unit *texUnit = _mesa_texenvfv_indexed() local
616 get_texenvi(struct gl_context *ctx, const struct gl_fixedfunc_texture_unit *texUnit, GLenum pname) get_texenvi() argument
711 struct gl_fixedfunc_texture_unit *texUnit = _mesa_gettexenvfv_indexed() local
737 const struct gl_texture_unit *texUnit = _mesa_get_tex_unit(ctx, texunit); _mesa_gettexenvfv_indexed() local
787 struct gl_fixedfunc_texture_unit *texUnit = _mesa_gettexenviv_indexed() local
813 const struct gl_texture_unit *texUnit = _mesa_get_tex_unit(ctx, texunit); _mesa_gettexenviv_indexed() local
[all...]
H A Duniform_query.cpp1224 const unsigned texUnit = ((unsigned *) values)[i]; in validate_uniform() local
H A Dcontext.c1067 struct gl_fixedfunc_texture_unit *texUnit = in _mesa_initialize_context() local
H A Dff_fragment_shader.cpp272 const struct gl_texture_unit *texUnit = &ctx->Texture.Unit[i]; in make_state_key() local
H A Drastpos.c293 const struct gl_fixedfunc_texture_unit *texUnit = in compute_texgen() local
[all...]
H A Dtexobj.c157 struct gl_texture_unit *texUnit = _mesa_get_current_tex_unit(ctx); in _mesa_get_current_tex_object() local
240 struct gl_texture_unit *texUnit; _mesa_get_texobj_by_target_and_texunit() local
1413 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit]; unbind_textures_from_unit() local
1591 struct gl_texture_unit *texUnit; bind_texture_object() local
1901 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[first + i]; bind_textures() local
[all...]
H A Dffvertex_prog.c251 struct gl_fixedfunc_texture_unit *texUnit = in make_state_key() local
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsTextureTestUtil.cpp302 void TextureRenderer::renderQuad (int texUnit, const float* texCoord, TextureType texType) in renderQuad() argument
307 void TextureRenderer::renderQuad (int texUnit, const float* texCoord, const RenderParams& params) in renderQuad() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.cpp1151 void TextureRenderer::renderQuad (tcu::Surface& result, int texUnit, const float* texCoord, TextureType texType) in renderQuad() argument
1156 void TextureRenderer::renderQuad (tcu::Surface& result, int texUnit, const float* texCoord, const ReferenceParams& params) in renderQuad() argument
1161 void TextureRenderer::renderQuad (const tcu::PixelBufferAccess& result, int texUnit, const float* texCoord, const ReferenceParams& params) in renderQuad() argument
1174 renderQuad(tcu::Surface& result, const float* positions, int texUnit, const float* texCoord, const glu::TextureTestUtil::ReferenceParams& params, const float maxAnisotropy) renderQuad() argument
1184 renderQuad(const tcu::PixelBufferAccess& result, const float* positions, int texUnit, const float* texCoord, const glu::TextureTestUtil::ReferenceParams& params, const float maxAnisotropy) renderQuad() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp1415 const int texUnit = 1; in setupRenderState() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureTestUtil.cpp1184 void TextureRenderer::renderQuad (tcu::Surface& result, int texUnit, const float* texCoord, TextureType texType) in renderQuad() argument
1189 void TextureRenderer::renderQuad (tcu::Surface& result, int texUnit, const float* texCoord, const ReferenceParams& params) in renderQuad() argument
1194 void TextureRenderer::renderQuad (const tcu::PixelBufferAccess& result, int texUnit, const float* texCoord, const ReferenceParams& params) in renderQuad() argument
1207 renderQuad(tcu::Surface& result, const float* positions, int texUnit, const float* texCoord, const glu::TextureTestUtil::ReferenceParams& params, const float maxAnisotropy) renderQuad() argument
1217 renderQuad(const tcu::PixelBufferAccess& result, const float* positions, int texUnit, const float* texCoord, const glu::TextureTestUtil::ReferenceParams& params, const float maxAnisotropy) renderQuad() argument
[all...]

Completed in 27 milliseconds