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

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.cpp 191 mState.samplerTexture[type][sampler].set(NULL);
960 mState.samplerTexture[SAMPLER_2D][mState.activeSampler].set(getTexture(texture));
967 mState.samplerTexture[SAMPLER_CUBE][mState.activeSampler].set(getTexture(texture));
1086 GLuint texid = mState.samplerTexture[type][sampler].id();
1098 return mState.samplerTexture[type][sampler].get();
    [all...]
Context.h 215 BindingPointer<Texture> samplerTexture[SAMPLER_TYPE_COUNT][MAX_TEXTURE_IMAGE_UNITS];

Completed in 67 milliseconds