Home
last modified time | relevance | path

Searched defs:textureName (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DProgramPrelude.cpp3048 const ImmutableString textureName = in BuildFuncToEmitter() local
3141 const ImmutableString textureName = in BuildFuncToEmitter() local
3191 const ImmutableString textureName = in BuildFuncToEmitter() local
3241 const ImmutableString textureName = in BuildFuncToEmitter() local
3278 const ImmutableString textureName = in BuildFuncToEmitter() local
3310 const ImmutableString textureName = in BuildFuncToEmitter() local
3342 const ImmutableString textureName = in BuildFuncToEmitter() local
/external/replicaisland/src/com/replica/replicaisland/
DTextureLibrary.java141 int textureName = mTextureNameWorkspace[0]; in loadBitmap() local
/external/angle/src/tests/gl_tests/
DDrawBuffersTest.cpp188 GLuint textureName, in verifyAttachment2DColor()
DGLSLTest.cpp493 GLuint textureName, in verifyAttachment2DColor()
/external/deqp/external/openglcts/modules/gles2/
Des2cTexture3DTests.cpp245 deUint32 textureName = texture.getGLTexture(); in uploadTexture3D() local
1077 GLuint textureName; in iterate() local
/external/deqp/modules/gles31/functional/
Des31fLayoutBindingTests.cpp1169 void SamplerBindingRenderCase::initializeTexture (glw::GLint bindingPoint, glw::GLint textureName, … in initializeTexture()
1453 …e (glw::GLint imageBindingPoint, glw::GLint textureBindingPoint, glw::GLint textureName, const Vec… in initializeImage()
/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp225 GLuint textureName; in createTexture() local
/external/swiftshader/tests/GLESUnitTests/
Dunittests.cpp302 void drawQuad(GLuint program, const char *textureName = nullptr) in drawQuad()