HomeSort by relevance Sort by last modified time
    Searched refs:SamplerType (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
ResourceManager.h 28 enum SamplerType
66 void checkTextureAllocation(GLuint texture, SamplerType type);
Program.h 77 SamplerType getSamplerType(unsigned int samplerIndex);
194 SamplerType type;
Context.h 373 Texture *getSamplerTexture(unsigned int sampler, SamplerType type);
449 Texture *getIncompleteTexture(SamplerType type);
ResourceManager.cpp 305 void ResourceManager::checkTextureAllocation(GLuint texture, SamplerType type)
Program.cpp 214 SamplerType Program::getSamplerType(unsigned int samplerIndex)
    [all...]
Context.cpp 1084 Texture *Context::getSamplerTexture(unsigned int sampler, SamplerType type)
    [all...]

Completed in 63 milliseconds