Searched refs:SAMPLER_CUBE (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DResourceManager.h31 SAMPLER_CUBE, enumerator in enum:gl::SamplerType
H A DResourceManager.cpp315 else if (type == SAMPLER_CUBE)
H A DContext.cpp965 mResourceManager->checkTextureAllocation(texture, SAMPLER_CUBE);
967 mState.samplerTexture[SAMPLER_CUBE][mState.activeSampler].set(getTexture(texture));
1081 return static_cast<TextureCubeMap*>(getSamplerTexture(mState.activeSampler, SAMPLER_CUBE));
1094 case SAMPLER_CUBE: return mTextureCubeMapZero.get();
1392 *params = mState.samplerTexture[SAMPLER_CUBE][mState.activeSampler].id();
3159 case SAMPLER_CUBE:
H A DProgram.cpp1667 mSamplers[samplerIndex].type = (constantDescription.Type == D3DXPT_SAMPLERCUBE) ? SAMPLER_CUBE : SAMPLER_2D;
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h355 SAMPLER_CUBE = 0x8B60, enumerator in enum:WebCore::GraphicsContext3D::__anon14648
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.idl377 const unsigned int SAMPLER_CUBE = 0x8B60;
H A DWebGLRenderingContext.cpp2510 case GraphicsContext3D::SAMPLER_CUBE:

Completed in 117 milliseconds