OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addCompressedTextureFormat
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLCompressedTexturePVRTC.cpp
39
context->
addCompressedTextureFormat
(Extensions3D::COMPRESSED_RGB_PVRTC_4BPPV1_IMG);
40
context->
addCompressedTextureFormat
(Extensions3D::COMPRESSED_RGB_PVRTC_2BPPV1_IMG);
41
context->
addCompressedTextureFormat
(Extensions3D::COMPRESSED_RGBA_PVRTC_4BPPV1_IMG);
42
context->
addCompressedTextureFormat
(Extensions3D::COMPRESSED_RGBA_PVRTC_2BPPV1_IMG);
WebGLCompressedTextureATC.cpp
38
context->
addCompressedTextureFormat
(Extensions3D::COMPRESSED_ATC_RGB_AMD);
39
context->
addCompressedTextureFormat
(Extensions3D::COMPRESSED_ATC_RGBA_EXPLICIT_ALPHA_AMD);
40
context->
addCompressedTextureFormat
(Extensions3D::COMPRESSED_ATC_RGBA_INTERPOLATED_ALPHA_AMD);
WebGLCompressedTextureS3TC.cpp
39
context->
addCompressedTextureFormat
(Extensions3D::COMPRESSED_RGB_S3TC_DXT1_EXT);
40
context->
addCompressedTextureFormat
(Extensions3D::COMPRESSED_RGBA_S3TC_DXT1_EXT);
41
context->
addCompressedTextureFormat
(Extensions3D::COMPRESSED_RGBA_S3TC_DXT3_EXT);
42
context->
addCompressedTextureFormat
(Extensions3D::COMPRESSED_RGBA_S3TC_DXT5_EXT);
WebGLRenderingContext.h
373
void
addCompressedTextureFormat
(GC3Denum);
[
all
...]
WebGLRenderingContext.cpp
716
void WebGLRenderingContext::
addCompressedTextureFormat
(GC3Denum format)
[
all
...]
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
GLESSurfaceView.java
88
mParent.
addCompressedTextureFormat
(ext);
DeviceInfoActivity.java
98
public void
addCompressedTextureFormat
(String format) {
Completed in 80 milliseconds