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

1 2 3 4 5 6 7 8 910

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
gl_types.h 82 #define GL_SAMPLER_CUBE 0x8B60
reflection.cpp 425 case false: return sampler.arrayed ? GL_SAMPLER_CUBE_MAP_ARRAY : 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:
  /external/swiftshader/src/OpenGL/libGL/
utilities.cpp 36 case GL_SAMPLER_CUBE:
81 case GL_SAMPLER_CUBE:
124 case GL_SAMPLER_CUBE:
Program.cpp 596 targetUniform->type == GL_SAMPLER_CUBE)
928 case GL_SAMPLER_CUBE:
1313 if(type == GL_SAMPLER_2D || type == GL_SAMPLER_CUBE)
1324 samplersVS[index].textureType = (type == GL_SAMPLER_CUBE) ? TEXTURE_CUBE : TEXTURE_2D;
1338 samplersPS[index].textureType = (type == GL_SAMPLER_CUBE) ? TEXTURE_CUBE : TEXTURE_2D;
    [all...]
  /external/mesa3d/src/compiler/
builtin_type_macros.h 85 DECL_TYPE(samplerCube, GL_SAMPLER_CUBE, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_CUBE, 0, 0, GLSL_TYPE_FLOAT)
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES20Header.java-if 271 public static final int GL_SAMPLER_CUBE = 0x8B60;
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
glUtils.cpp 90 case GL_SAMPLER_CUBE:
  /external/deqp/framework/opengl/
gluShaderUtil.cpp 877 case GL_SAMPLER_CUBE: return TYPE_SAMPLER_CUBE;
gluStrUtil.inl     [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
utilities.cpp 188 case GL_SAMPLER_CUBE:
265 case GL_SAMPLER_CUBE:
314 case GL_SAMPLER_CUBE:
358 case GL_SAMPLER_CUBE:
    [all...]
Program.cpp 1105 case GL_SAMPLER_CUBE:
    [all...]
  /development/ndk/platforms/android-21/include/GLES2/
gl2.h 322 #define GL_SAMPLER_CUBE 0x8B60
  /development/ndk/platforms/android-9/include/GLES2/
gl2.h 393 #define GL_SAMPLER_CUBE 0x8B60
  /device/generic/goldfish-opengl/system/include/GLES2/
gl2.h 322 #define GL_SAMPLER_CUBE 0x8B60
  /external/swiftshader/third_party/PowerVR_SDK/Builds/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...]
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/GLES2/
gl2.h 393 #define GL_SAMPLER_CUBE 0x8B60
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/GLES2/
gl2.h 393 #define GL_SAMPLER_CUBE 0x8B60
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/GLES2/
gl2.h 393 #define GL_SAMPLER_CUBE 0x8B60
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/GLES2/
gl2.h 393 #define GL_SAMPLER_CUBE 0x8B60
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/GLES2/
gl2.h 393 #define GL_SAMPLER_CUBE 0x8B60
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/GLES2/
gl2.h 393 #define GL_SAMPLER_CUBE 0x8B60
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/GLES2/
gl2.h 393 #define GL_SAMPLER_CUBE 0x8B60
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/GLES2/
gl2.h 393 #define GL_SAMPLER_CUBE 0x8B60

Completed in 502 milliseconds

1 2 3 4 5 6 7 8 910