Home
last modified time | relevance | path

Searched refs:SAMPLER_CUBE (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DResourceManager.h31 SAMPLER_CUBE, enumerator
DResourceManager.cpp315 else if (type == SAMPLER_CUBE) in checkTextureAllocation()
DContext.cpp965 mResourceManager->checkTextureAllocation(texture, SAMPLER_CUBE); in bindTextureCubeMap()
967 mState.samplerTexture[SAMPLER_CUBE][mState.activeSampler].set(getTexture(texture)); in bindTextureCubeMap()
1081 return static_cast<TextureCubeMap*>(getSamplerTexture(mState.activeSampler, SAMPLER_CUBE)); in getTextureCubeMap()
1094 case SAMPLER_CUBE: return mTextureCubeMapZero.get(); in getSamplerTexture()
1392 *params = mState.samplerTexture[SAMPLER_CUBE][mState.activeSampler].id(); in getIntegerv()
3159 case SAMPLER_CUBE: in getIncompleteTexture()
DProgram.cpp1667 …[samplerIndex].type = (constantDescription.Type == D3DXPT_SAMPLERCUBE) ? SAMPLER_CUBE : SAMPLER_2D; in defineUniform()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h355 SAMPLER_CUBE = 0x8B60, enumerator
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.idl377 const unsigned int SAMPLER_CUBE = 0x8B60;
DWebGLRenderingContext.cpp2510 case GraphicsContext3D::SAMPLER_CUBE: in getUniform()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1611114 getUniform should support SAMPLER_2D or SAMPLER_CUBE