HomeSort by relevance Sort by last modified time
    Searched refs:GL_RGBA (Results 251 - 275 of 388) sorted by null

<<111213141516

  /external/chromium_org/cc/layers/
picture_layer_impl.cc 262 // GL_RGBA as format of temporary resource. The need
265 !PlatformColor::SameComponentOrder(GL_RGBA),
    [all...]
  /external/chromium_org/cc/resources/
prioritized_resource_unittest.cc 21 texture_format_(GL_RGBA),
  /external/chromium_org/gpu/command_buffer/service/
framebuffer_manager_unittest.cc 408 const GLenum kFormat1 = GL_RGBA;
    [all...]
  /external/chromium_org/third_party/angle_dx11/include/GLES2/
gl2.h 248 #define GL_RGBA 0x1908
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
Renderer9.cpp     [all...]
  /external/chromium_org/third_party/khronos/GLES2/
gl2.h 249 #define GL_RGBA 0x1908
  /external/chromium_org/third_party/mesa/src/include/GLES/
gl.h 364 #define GL_RGBA 0x1908
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES2/
gl2.h 248 #define GL_RGBA 0x1908
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_texture.c 241 case GL_RGBA:
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_fbo.c 494 case GL_RGBA:
  /external/mesa3d/include/GLES/
gl.h 364 #define GL_RGBA 0x1908
    [all...]
  /external/mesa3d/include/GLES2/
gl2.h 248 #define GL_RGBA 0x1908
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_texture.c 241 case GL_RGBA:
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fbo.c 494 case GL_RGBA:
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 296 glReadPixels(x, y, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, pixel);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES20.java 157 public static final int GL_RGBA = 0x1908;
    [all...]
  /frameworks/native/opengl/include/GLES/
gl.h 364 #define GL_RGBA 0x1908
    [all...]
  /frameworks/native/opengl/include/GLES2/
gl2.h 248 #define GL_RGBA 0x1908
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_fixup.cpp 70 case GL_RGBA:
    [all...]
  /frameworks/native/opengl/tests/angeles/include/GLES/
gl.h 321 #define GL_RGBA 0x1908
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 363 #define GL_RGBA 0x1908
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 363 #define GL_RGBA 0x1908
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 247 #define GL_RGBA 0x1908
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 363 #define GL_RGBA 0x1908
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 247 #define GL_RGBA 0x1908

Completed in 597 milliseconds

<<111213141516