HomeSort by relevance Sort by last modified time
    Searched refs:samplerCube (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/compiler/glsl/tests/
sampler_types_test.cpp 55 T( samplerCube, GLSL_SAMPLER_DIM_CUBE, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 3)
  /external/mesa3d/docs/specs/
MESA_shader_debug.spec 184 void printMESA(const samplerCube value)
  /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)
  /external/swiftshader/src/OpenGL/compiler/
Initialize.cpp 234 TType *samplerCube = new TType(EbtSamplerCube);
243 symbolTable.insertBuiltIn(ESSL1_BUILTINS, float4, "textureCube", samplerCube, float3);
273 symbolTable.insertBuiltIn(ESSL1_BUILTINS, float4, "textureCube", samplerCube, float3, float1);
288 symbolTable.insertBuiltIn(ESSL1_BUILTINS, float4, "textureCubeLod", samplerCube, float3, float1);
    [all...]
  /external/mesa3d/src/compiler/glsl/
builtin_types.cpp 177 T(samplerCube, 110, 100)

Completed in 254 milliseconds