Home
last modified time | relevance | path

Searched defs:textureUnit (Results 1 – 7 of 7) sorted by relevance

/external/deqp/scripts/opengl/
Dgen_call_log_wrapper.py44 def textureUnit (name): function
/external/mesa3d/src/mesa/swrast/
Ds_texcombine.c87 const struct gl_texture_unit *textureUnit = &(ctx->Texture.Unit[unit]); in texture_combine() local
/external/deqp/modules/glshared/
DglsLongStressCase.hpp135 deUint32 textureUnit; member
/external/deqp/modules/gles31/functional/
Des31fSRGBDecodeTests.cpp379 void SRGBTestSampler::setTextureUnit (const deUint32 textureUnit) in setTextureUnit()
1191 …Case::bindSamplerToTexture (const int samplerIdx, const int textureIdx, const deUint32 textureUnit) in bindSamplerToTexture()
Des31fFboSRGBWriteControlTests.cpp536 void TestTexture2D::bind (const int textureUnit) in bind()
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h290 TextureUnit textureUnit[MAX_TEXTURE_UNITS]; member
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp3088 …int textureUnit = programObject->getSamplerMapping(samplerType, samplerIndex); // OpenGL texture… in applyTextures() local
3961 for(size_t textureUnit = 0; textureUnit < MAX_COMBINED_TEXTURE_IMAGE_UNITS; ++textureUnit) in detachSampler() local