Searched refs:TEXTURE_EXTERNAL (Results 1 – 9 of 9) sorted by relevance
36 TEXTURE_EXTERNAL, enumerator
146 else if(type == TEXTURE_EXTERNAL) in checkTextureAllocation()
1078 return static_cast<TextureExternal*>(getSamplerTexture(mState.activeSampler, TEXTURE_EXTERNAL)); in getTextureExternal()1090 case TEXTURE_EXTERNAL: return mTextureExternalZero; in getSamplerTexture()1383 …case GL_TEXTURE_BINDING_EXTERNAL_OES: *params = mState.samplerTexture[TEXTURE_EXTERNAL][mSt… in getIntegerv()2085 texture = getSamplerTexture(unit, TEXTURE_EXTERNAL); in applyTextures()
197 context->bindTexture(TEXTURE_EXTERNAL, texture); in BindTexture()
45 TEXTURE_EXTERNAL, enumerator
299 else if(type == TEXTURE_EXTERNAL) in checkTextureAllocation()
1688 return static_cast<TextureExternal*>(getSamplerTexture(mState.activeSampler, TEXTURE_EXTERNAL)); in getTextureExternal()1704 case TEXTURE_EXTERNAL: return mTextureExternalZero; in getSamplerTexture()2139 *params = mState.samplerTexture[TEXTURE_EXTERNAL][mState.activeSampler].name(); in getIntegerv()
1788 case GL_SAMPLER_EXTERNAL_OES: samplersVS[index].textureType = TEXTURE_EXTERNAL; break; in defineUniform()1824 case GL_SAMPLER_EXTERNAL_OES: samplersPS[index].textureType = TEXTURE_EXTERNAL; break; in defineUniform()
291 context->bindTexture(TEXTURE_EXTERNAL, texture); in BindTexture()