HomeSort by relevance Sort by last modified time
    Searched full:sampler2drect (Results 1 - 25 of 40) sorted by null

1 2

  /external/skia/src/gpu/glsl/
GrGLSL.cpp 74 return "sampler2DRect";
  /external/skqp/src/gpu/glsl/
GrGLSL.cpp 76 return "sampler2DRect";
  /external/swiftshader/src/OpenGL/compiler/
Initialize.cpp 248 TType *sampler2DRect = new TType(EbtSampler2DRect);
250 symbolTable.insertBuiltIn(ESSL1_BUILTINS, float4, "texture2DRect", sampler2DRect, float2);
251 symbolTable.insertBuiltIn(ESSL1_BUILTINS, float4, "texture2DRectProj", sampler2DRect, float3);
252 symbolTable.insertBuiltIn(ESSL1_BUILTINS, float4, "texture2DRectProj", sampler2DRect, float4);
253 symbolTable.insertBuiltIn(ESSL3_BUILTINS, float4, "texture", sampler2DRect, float2);
254 symbolTable.insertBuiltIn(ESSL3_BUILTINS, float4, "textureProj", sampler2DRect, float3);
255 symbolTable.insertBuiltIn(ESSL3_BUILTINS, float4, "textureProj", sampler2DRect, float4);
    [all...]
glslang_tab.h 112 SAMPLER2DRECT = 315,
glslang.l 174 "sampler2DRect" { context->lexAfterType = true; return SAMPLER2DRECT; }
BaseTypes.h 117 case EbtSampler2DRect: return "sampler2DRect";
glslang.y 168 %token <lex> SAMPLER2D SAMPLERCUBE SAMPLER_EXTERNAL_OES SAMPLER2DRECT SAMPLER2DARRAY
    [all...]
  /external/deqp/modules/gles2/scripts/
gen-keywords.py 78 "fvec4", "sampler1D", "sampler3D", "sampler1DShadow", "sampler2DShadow", "sampler2DRect",
  /external/mesa3d/src/compiler/glsl/tests/
sampler_types_test.cpp 59 T( sampler2DRect, GLSL_SAMPLER_DIM_RECT, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 2)
  /external/deqp/external/openglcts/modules/gl/
gl4cIncompleteTextureAccessTests.hpp 83 * - sampler2DRect,
gl3cCommonBugsTests.cpp     [all...]
gl4cIncompleteTextureAccessTests.cpp 494 { GL_TEXTURE_RECTANGLE, "sampler2DRect", "texture(texture_input, vec2(0.0))", { 0.f, 0.f, 0.f, 1.f } },
  /external/deqp/modules/gles3/scripts/
gen-keywords.py 89 "isampler1DArray", "usampler1D", "usampler1DArray", "sampler2DRect", "sampler2DRectShadow",
  /external/deqp/data/gles2/shaders/
keywords.test 1438 case sampler2DRect
1450 float sampler2DRect = 1.0;
  /external/mesa3d/src/compiler/
builtin_type_macros.h 89 DECL_TYPE(sampler2DRect, GL_SAMPLER_2D_RECT, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_RECT, 0, 0, GLSL_TYPE_FLOAT)
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang_tab.cpp.h 182 SAMPLER2DRECT = 392,
Scan.cpp 531 (*KeywordMap)["sampler2DRect"] = SAMPLER2DRECT;
    [all...]
  /external/swiftshader/tests/unittests/
unittests.cpp 544 "uniform sampler2DRect tex;\n"
597 "uniform sampler2DRect tex;\n"
971 "uniform sampler2DRect tex;\n"
    [all...]
  /external/mesa3d/src/compiler/glsl/
builtin_types.cpp 181 T(sampler2DRect, 140, 999)
glsl_lexer.ll 559 sampler2DRect DEPRECATED_ES_KEYWORD(SAMPLER2DRECT);
  /external/skia/src/sksl/
SkSLContext.h 89 , fSampler2DRect_Type(new Type("sampler2DRect", SpvDimRect, false, false, false, true))
  /external/skia/tests/
SkSLGLSLTest.cpp     [all...]
  /external/skqp/src/sksl/
SkSLContext.h 89 , fSampler2DRect_Type(new Type("sampler2DRect", SpvDimRect, false, false, false, true))
  /external/skqp/tests/
SkSLGLSLTest.cpp     [all...]
  /external/deqp/data/gles3/shaders/
keywords.test     [all...]

Completed in 420 milliseconds

1 2