Searched defs:texName (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/android/java/src/org/chromium/ui/gfx/
H A DSurfaceTextureBridge.java54 private static void attachToGLContext(SurfaceTexture surfaceTexture, int texName) { argument
56 surfaceTexture.attachToGLContext(texName);
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
H A DMaterialLoader.java65 private String texName; field in class:MaterialLoader
145 if (texName != null){
146 textures[texUnit].setName(texName);
147 texName = null;
192 texName = split[1];
194 texName = null;
/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));

Completed in 162 milliseconds