HomeSort by relevance Sort by last modified time
    Searched refs:GL_SAMPLER_CUBE (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /external/chromium_org/third_party/angle/src/common/
utilities.cpp 49 case GL_SAMPLER_CUBE:
155 case GL_SAMPLER_CUBE:
203 case GL_SAMPLER_CUBE:
256 case GL_SAMPLER_CUBE:
416 case GL_SAMPLER_CUBE:
  /external/chromium_org/gpu/command_buffer/service/
context_state.h 56 DCHECK(type == GL_SAMPLER_2D || type == GL_SAMPLER_CUBE ||
61 case GL_SAMPLER_CUBE:
program_manager.h 68 type == GL_SAMPLER_CUBE || type == GL_SAMPLER_EXTERNAL_OES;
gles2_cmd_decoder_unittest_base.h 498 static const GLenum kUniformCubemapType = GL_SAMPLER_CUBE;
texture_manager.h 659 case GL_SAMPLER_CUBE:
program_manager.cc 190 case GL_SAMPLER_CUBE:
312 case GL_SAMPLER_CUBE:
    [all...]
test_helper.cc 425 case GL_SAMPLER_CUBE:
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
ShaderUniformDetailsProvider.java 106 case GL_SAMPLER_CUBE:
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
glUtils.cpp 68 case GL_SAMPLER_CUBE:
  /external/chromium_org/third_party/angle/src/compiler/translator/
util.cpp 146 case EbtSamplerCube: return GL_SAMPLER_CUBE;
  /external/chromium_org/third_party/angle/tests/compiler_tests/
VariablePacker_test.cpp 29 GL_SAMPLER_CUBE, // 16
  /external/chromium_org/third_party/mesa/src/src/glsl/
builtin_types.h 61 glsl_type(GL_SAMPLER_CUBE, GLSL_SAMPLER_DIM_CUBE, 0, 0, GLSL_TYPE_FLOAT,
  /external/mesa3d/src/glsl/
builtin_types.h 61 glsl_type(GL_SAMPLER_CUBE, GLSL_SAMPLER_DIM_CUBE, 0, 0, GLSL_TYPE_FLOAT,
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
glUtils.cpp 68 case GL_SAMPLER_CUBE:
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES20Header.java-if 271 public static final int GL_SAMPLER_CUBE = 0x8B60;
  /external/chromium_org/third_party/angle/samples/translator/
translator.cpp 343 case GL_SAMPLER_CUBE: typeName = "GL_SAMPLER_CUBE"; break;
  /external/deqp/framework/opengl/
gluShaderUtil.cpp 623 case GL_SAMPLER_CUBE: return TYPE_SAMPLER_CUBE;
gluStrUtil.inl     [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils.cc 517 case GL_SAMPLER_CUBE:
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 393 #define GL_SAMPLER_CUBE 0x8B60
  /external/chromium_org/third_party/angle/include/GLES2/
gl2.h 393 #define GL_SAMPLER_CUBE 0x8B60
  /external/chromium_org/third_party/khronos/GLES2/
gl2.h 323 #define GL_SAMPLER_CUBE 0x8B60
  /external/chromium_org/third_party/mesa/src/include/GLES2/
gl2.h 393 #define GL_SAMPLER_CUBE 0x8B60
  /external/mesa3d/include/GLES2/
gl2.h 393 #define GL_SAMPLER_CUBE 0x8B60
  /frameworks/base/opengl/java/android/opengl/
GLES20.java 271 public static final int GL_SAMPLER_CUBE = 0x8B60;
    [all...]

Completed in 465 milliseconds

1 2 3 4 5 6