/external/mesa3d/src/mesa/main/ |
D | texobj.c | 1180 _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 …]
|
D | dlist.c | 9516 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/ |
D | glsFboUtil.cpp | 668 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()
|
D | glsLongStressCase.cpp | 1303 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()
|
D | glsFboUtil.hpp | 319 void setTexture (glw::GLuint texName, const Texture& texCfg);
|
/external/robolectric/v1/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |