Searched defs:texobj (Results 1 - 13 of 13) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_sampler.c39 #include "main/texobj.h"
131 struct gl_texture_object *texobj; local
135 texobj = ctx->Texture.Unit[texUnit]._Current;
136 if (!texobj) {
137 texobj = _mesa_get_fallback_texture(ctx, TEXTURE_2D_INDEX);
151 if (texobj->Target != GL_TEXTURE_RECTANGLE_ARB)
158 (GLfloat) texobj->MaxLevel - texobj->BaseLevel);
159 sampler->max_lod = MIN2((GLfloat) texobj->MaxLevel - texobj
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tex.c3 #include "main/texobj.h"
58 struct gl_texture_object *texobj = image->TexObject; local
59 struct intel_texture_object *intel_texobj = intel_texture_object(texobj);
71 switch (texobj->Target) {
91 __FUNCTION__, texobj, image->Level,
106 __FUNCTION__, texobj, image->Level,
H A Dintel_tex_image.c14 #include "main/texobj.h"
245 struct gl_texture_object *texobj = image->TexObject; local
246 struct intel_texture_object *intel_texobj = intel_texture_object(texobj);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_tex.c3 #include "main/texobj.h"
58 struct gl_texture_object *texobj = image->TexObject; local
59 struct intel_texture_object *intel_texobj = intel_texture_object(texobj);
71 switch (texobj->Target) {
91 __FUNCTION__, texobj, image->Level,
106 __FUNCTION__, texobj, image->Level,
H A Dintel_tex_image.c14 #include "main/texobj.h"
245 struct gl_texture_object *texobj = image->TexObject; local
246 struct intel_texture_object *intel_texobj = intel_texture_object(texobj);
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_tex.c3 #include "main/texobj.h"
58 struct gl_texture_object *texobj = image->TexObject; local
59 struct intel_texture_object *intel_texobj = intel_texture_object(texobj);
71 switch (texobj->Target) {
91 __FUNCTION__, texobj, image->Level,
106 __FUNCTION__, texobj, image->Level,
H A Dintel_tex_image.c14 #include "main/texobj.h"
245 struct gl_texture_object *texobj = image->TexObject; local
246 struct intel_texture_object *intel_texobj = intel_texture_object(texobj);
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_texture.c42 #include "main/texobj.h"
110 struct gl_texture_object *texobj = timage->TexObject; local
115 switch (texobj->Target) {
124 teximage_assign_miptree(rmesa, texobj, timage);
H A Dr200_context.h80 radeonTexObjPtr texobj; member in struct:r200_texture_env_state
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_texture.c42 #include "main/texobj.h"
110 struct gl_texture_object *texobj = timage->TexObject; local
115 switch (texobj->Target) {
124 teximage_assign_miptree(rmesa, texobj, timage);
H A Dradeon_context.h74 radeonTexObjPtr texobj; member in struct:radeon_texture_env_state
/external/mesa3d/include/CL/
H A Dcl.hpp2026 GLuint texobj,
2035 texobj,
2110 GLuint texobj,
2119 texobj,
2021 Image2DGL( const Context& context, cl_mem_flags flags, GLenum target, GLint miplevel, GLuint texobj, cl_int * err = NULL) argument
2105 Image3DGL( const Context& context, cl_mem_flags flags, GLenum target, GLint miplevel, GLuint texobj, cl_int * err = NULL) argument
/external/opencv3/3rdparty/include/opencl/1.2/CL/
H A Dcl.hpp3830 GLuint texobj,
3839 texobj,
4096 GLuint texobj,
4105 texobj,
4168 GLuint texobj,
4177 texobj,
3825 Image2DGL( const Context& context, cl_mem_flags flags, GLenum target, GLint miplevel, GLuint texobj, cl_int * err = NULL) argument
4091 Image3DGL( const Context& context, cl_mem_flags flags, GLenum target, GLint miplevel, GLuint texobj, cl_int * err = NULL) argument
4163 ImageGL( const Context& context, cl_mem_flags flags, GLenum target, GLint miplevel, GLuint texobj, cl_int * err = NULL) argument

Completed in 407 milliseconds