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

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.h 373 Texture *getSamplerTexture(unsigned int sampler, SamplerType type);
Context.cpp 1076 return static_cast<Texture2D*>(getSamplerTexture(mState.activeSampler, SAMPLER_2D));
1081 return static_cast<TextureCubeMap*>(getSamplerTexture(mState.activeSampler, SAMPLER_CUBE));
1084 Texture *Context::getSamplerTexture(unsigned int sampler, SamplerType type)
    [all...]

Completed in 21 milliseconds