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

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
H A DPVRTTextureAPI.h31 @param[in,out] texName the OpenGL ES texture name as returned by glBindTexture
43 GLuint *const texName,
56 @param[in,out] texName the OpenGL ES texture name as returned by glBindTexture
67 GLuint * const texName,
H A DPVRTTextureAPI.cpp726 @Modified texName the OpenGL ES texture name as returned by glBindTexture
744 GLuint *const texName,
1102 glGenTextures(1, texName);
1143 glBindTexture(eTarget, *texName);
1395 @Modified texName the OpenGL ES texture name as returned by glBindTexture
1410 GLuint * const texName,
1553 return PVRTTextureLoadFromPointer(TexFile.DataPtr(), texName, psTextureHeader, bAllowDecompress, nLoadFromLevel,NULL,pMetaData);
743 PVRTTextureLoadFromPointer( const void* pointer, GLuint *const texName, const void *psTextureHeader, bool bAllowDecompress, const unsigned int nLoadFromLevel, const void * const texPtr, CPVRTMap<unsigned int, CPVRTMap<unsigned int, MetaDataBlock> > *pMetaData) argument
1409 PVRTTextureLoadFromPVR( const char * const filename, GLuint * const texName, const void *psTextureHeader, bool bAllowDecompress, const unsigned int nLoadFromLevel, CPVRTMap<unsigned int, CPVRTMap<unsigned int, MetaDataBlock> > *pMetaData) argument
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
H A DPVRTTextureAPI.h31 @param[in,out] texName the OpenGL ES texture name as returned by glBindTexture
43 GLuint *const texName,
56 @param[in,out] texName the OpenGL ES texture name as returned by glBindTexture
67 GLuint * const texName,
H A DPVRTTextureAPI.cpp323 @Modified texName the OpenGL ES texture name as returned by glBindTexture
341 GLuint *const texName,
736 glGenTextures(1, texName);
782 glBindTexture(eTarget, *texName);
1022 @Modified texName the OpenGL ES texture name as returned by glBindTexture
1037 GLuint * const texName,
1180 return PVRTTextureLoadFromPointer(TexFile.DataPtr(), texName, psTextureHeader, bAllowDecompress, nLoadFromLevel,NULL,pMetaData);
340 PVRTTextureLoadFromPointer( const void* pointer, GLuint *const texName, const void *psTextureHeader, bool bAllowDecompress, const unsigned int nLoadFromLevel, const void * const texPtr, CPVRTMap<unsigned int, CPVRTMap<unsigned int, MetaDataBlock> > *pMetaData) argument
1036 PVRTTextureLoadFromPVR( const char * const filename, GLuint * const texName, const void *psTextureHeader, bool bAllowDecompress, const unsigned int nLoadFromLevel, CPVRTMap<unsigned int, CPVRTMap<unsigned int, MetaDataBlock> > *pMetaData) argument
/external/mesa3d/src/mesa/main/
H A Dtexobj.c1663 * \param texName texture name.
1666 _mesa_BindTexture( GLenum target, GLuint texName )
1674 _mesa_enum_to_string(target), (GLint) texName);
1686 if (texName == 0) {
1692 newTexObj = _mesa_lookup_texture(ctx, texName);
1715 newTexObj = ctx->Driver.NewTextureObject(ctx, texName, target);
1722 _mesa_HashInsert(ctx->Shared->TexObjects, texName, newTexObj);
1880 * \param texName texture names.
1889 _mesa_PrioritizeTextures( GLsizei n, const GLuint *texName, argument
1909 if (texName[
1935 _mesa_AreTexturesResident(GLsizei n, const GLuint *texName, GLboolean *residences) argument
[all...]
/external/deqp/modules/glshared/
H A DglsFboUtil.cpp668 void Framebuffer::setTexture (glw::GLuint texName, const Texture& texCfg) argument
670 textures[texName] = &texCfg;
974 const GLuint texName = glCreate(texCfg, m_gl); local
976 setTexture(texName, texCfg);
977 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.hpp319 void setTexture (glw::GLuint texName, const Texture& texCfg);
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTPFXParser.cpp1518 CPVRTString texName, filePath, viewName;
1543 texName = pszRemaining;
1603 if(texName.empty())
1622 filePath = texName; // RTT doesn't have a physical file.
1627 pTex->Name = CPVRTStringHash(texName);
1644 m_RenderPasses[uiPassIdx].SemanticName = texName;
2597 const CPVRTStringHash& texName = effect.Textures[uiTex].Name; local
2612 *pReturnError = PVRTStringFromFormattedStr("TEXTURE %s missing matching UNIFORM in [EFFECT] on line %d\n", texName.c_str(), m_psContext->pnFileLineNumber[nStartLine]);
/external/deqp/external/openglcts/modules/gles31/
H A Des31cLayoutBindingTests.cpp946 glw::GLint texName = 0; local
952 texName = m_textures2D[0]->getGLTexture();
956 texName = m_textures2DArray[0]->getGLTexture();
960 texName = m_textures3D[0]->getGLTexture();
971 gl().bindTexture(texTarget, texName);
978 gl().bindImageTexture(binding, texName, 0, GL_FALSE, 0, GL_READ_ONLY, GL_RGBA8);
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 7044 milliseconds