Searched refs:texName (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ui/android/java/src/org/chromium/ui/gl/
H A DSurfaceTexturePlatformWrapper.java74 private static void attachToGLContext(SurfaceTexture surfaceTexture, int texName) { argument
76 surfaceTexture.attachToGLContext(texName);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexobj.c1168 * \param texName texture name.
1180 _mesa_BindTexture( GLenum target, GLuint texName )
1190 _mesa_lookup_enum_by_nr(target), (GLint) texName);
1202 if (texName == 0) {
1208 newTexObj = _mesa_lookup_texture(ctx, texName);
1228 newTexObj = ctx->Driver.NewTextureObject(ctx, texName, target);
1236 _mesa_HashInsert(ctx->Shared->TexObjects, texName, newTexObj);
1278 * \param texName texture names.
1287 _mesa_PrioritizeTextures( GLsizei n, const GLuint *texName, argument
1303 if (texName[
1328 _mesa_AreTexturesResident(GLsizei n, const GLuint *texName, GLboolean *residences) argument
[all...]
H A Ddlist.c9516 exec_AreTexturesResident(GLsizei n, const GLuint * texName, argument
9521 return CALL_AreTexturesResident(ctx->Exec, (n, texName, residences));
9533 exec_DeleteTextures(GLsizei n, const GLuint * texName) argument
9537 CALL_DeleteTextures(ctx->Exec, (n, texName));
9565 exec_GenTextures(GLsizei n, GLuint * texName) argument
9569 CALL_GenTextures(ctx->Exec, (n, texName));
/external/mesa3d/src/mesa/main/
H A Dtexobj.c1168 * \param texName texture name.
1180 _mesa_BindTexture( GLenum target, GLuint texName )
1190 _mesa_lookup_enum_by_nr(target), (GLint) texName);
1202 if (texName == 0) {
1208 newTexObj = _mesa_lookup_texture(ctx, texName);
1228 newTexObj = ctx->Driver.NewTextureObject(ctx, texName, target);
1236 _mesa_HashInsert(ctx->Shared->TexObjects, texName, newTexObj);
1278 * \param texName texture names.
1287 _mesa_PrioritizeTextures( GLsizei n, const GLuint *texName, argument
1303 if (texName[
1328 _mesa_AreTexturesResident(GLsizei n, const GLuint *texName, GLboolean *residences) argument
[all...]
H A Ddlist.c9516 exec_AreTexturesResident(GLsizei n, const GLuint * texName, argument
9521 return CALL_AreTexturesResident(ctx->Exec, (n, texName, residences));
9533 exec_DeleteTextures(GLsizei n, const GLuint * texName) argument
9537 CALL_DeleteTextures(ctx->Exec, (n, texName));
9565 exec_GenTextures(GLsizei n, GLuint * texName) argument
9569 CALL_GenTextures(ctx->Exec, (n, texName));
/external/deqp/modules/glshared/
H A DglsFboUtil.cpp455 void Framebuffer::setTexture (glw::GLuint texName, const Texture& texCfg) argument
457 textures[texName] = &texCfg;
611 const GLuint texName = glCreate(texCfg, m_gl); local
613 setTexture(texName, texCfg);
614 return texName;
H A DglsLongStressCase.cpp1303 const string texName = textureNamePrefix + toString(texNdx); variable
1304 const bool hadTexture = m_textures->has(texName);
1308 m_textures->make(texName, spec.textureType);
1312 Texture& texture = m_textures->get(texName);
1518 const string texName = textureNamePrefix + toString(texNdx);
1520 m_textures->remove(texName);
1522 m_textures->markAsGarbage(texName);
H A DglsFboUtil.hpp366 void setTexture (glw::GLuint texName, const Texture& texCfg);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 269 milliseconds