OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fragSource
(Results
1 - 8
of
8
) sorted by null
/external/deqp/modules/gles3/functional/
es3fShaderSwitchTests.cpp
51
ShaderSwitchCase (Context& context, const char* name, const char* description, bool isVertexCase, const char* vtxSource, const char*
fragSource
, ShaderEvalFunc evalFunc);
55
ShaderSwitchCase::ShaderSwitchCase (Context& context, const char* name, const char* description, bool isVertexCase, const char* vtxSource, const char*
fragSource
, ShaderEvalFunc evalFunc)
59
m_fragShaderSource =
fragSource
;
es3fTransformFeedbackTests.cpp
325
static void genShaderSources (const ProgramSpec& spec, std::string& vertSource, std::string&
fragSource
, bool pointSizeRequired)
419
fragSource
= frag.str();
424
std::string vertSource,
fragSource
;
426
genShaderSources(spec, vertSource,
fragSource
, primitiveType == GL_POINTS /* Is point size required? */);
430
<< glu::FragmentSource(
fragSource
)
[
all
...]
es3fShaderApiTests.cpp
460
const char*
fragSource
= getSimpleShaderSource(glu::SHADERTYPE_FRAGMENT);
471
glShaderSource(fragShader, 1, &
fragSource
, 0);
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderSwitchTests.cpp
59
const string&
fragSource
,
70
const string&
fragSource
,
76
m_fragShaderSource =
fragSource
;
/external/deqp/modules/glshared/
glsLongStressCase.cpp
686
void setSources (const string& vertSource, const string&
fragSource
);
726
void Program::setSources (const string& vertSource, const string&
fragSource
)
729
const char* const fragSourceCstr =
fragSource
.c_str();
732
m_fragSource =
fragSource
;
[
all
...]
/external/deqp/modules/gles2/functional/
es2fShaderApiTests.cpp
406
const char*
fragSource
= getSimpleShaderSource(glu::SHADERTYPE_FRAGMENT);
417
glShaderSource(fragShader, 1, &
fragSource
, 0);
/external/deqp/modules/gles31/functional/
es31fTextureBorderClampTests.cpp
[
all
...]
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar
Completed in 353 milliseconds