Home
last modified time | relevance | path

Searched refs:texName (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexobj.c1180 _mesa_BindTexture( GLenum target, GLuint texName ) in _mesa_BindTexture() argument
1190 _mesa_lookup_enum_by_nr(target), (GLint) texName); in _mesa_BindTexture()
1202 if (texName == 0) { in _mesa_BindTexture()
1208 newTexObj = _mesa_lookup_texture(ctx, texName); in _mesa_BindTexture()
1228 newTexObj = ctx->Driver.NewTextureObject(ctx, texName, target); in _mesa_BindTexture()
1236 _mesa_HashInsert(ctx->Shared->TexObjects, texName, newTexObj); in _mesa_BindTexture()
1287 _mesa_PrioritizeTextures( GLsizei n, const GLuint *texName, in _mesa_PrioritizeTextures() argument
1303 if (texName[i] > 0) { in _mesa_PrioritizeTextures()
1304 struct gl_texture_object *t = _mesa_lookup_texture(ctx, texName[i]); in _mesa_PrioritizeTextures()
1328 _mesa_AreTexturesResident(GLsizei n, const GLuint *texName, in _mesa_AreTexturesResident() argument
[all …]
Ddlist.c9516 exec_AreTexturesResident(GLsizei n, const GLuint * texName, in exec_AreTexturesResident() argument
9521 return CALL_AreTexturesResident(ctx->Exec, (n, texName, residences)); in exec_AreTexturesResident()
9533 exec_DeleteTextures(GLsizei n, const GLuint * texName) in exec_DeleteTextures() argument
9537 CALL_DeleteTextures(ctx->Exec, (n, texName)); in exec_DeleteTextures()
9565 exec_GenTextures(GLsizei n, GLuint * texName) in exec_GenTextures() argument
9569 CALL_GenTextures(ctx->Exec, (n, texName)); in exec_GenTextures()
/external/deqp/modules/glshared/
DglsFboUtil.cpp668 void Framebuffer::setTexture (glw::GLuint texName, const Texture& texCfg) in setTexture() argument
670 textures[texName] = &texCfg; in setTexture()
974 const GLuint texName = glCreate(texCfg, m_gl); in glCreateTexture() local
976 setTexture(texName, texCfg); in glCreateTexture()
977 return texName; in glCreateTexture()
DglsLongStressCase.cpp1303 const string texName = textureNamePrefix + toString(texNdx); in iterate() local
1304 const bool hadTexture = m_textures->has(texName); in iterate()
1308 m_textures->make(texName, spec.textureType); in iterate()
1312 Texture& texture = m_textures->get(texName); in iterate()
1518 const string texName = textureNamePrefix + toString(texNdx); in iterate() local
1520 m_textures->remove(texName); in iterate()
1522 m_textures->markAsGarbage(texName); in iterate()
DglsFboUtil.hpp319 void setTexture (glw::GLuint texName, const Texture& texCfg);
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...