HomeSort by relevance Sort by last modified time
    Searched refs:shaderSource (Results 26 - 50 of 56) sorted by null

12 3

  /external/deqp/modules/gles2/functional/
es2fShaderApiTests.cpp 369 const char* shaderSource = getSimpleShaderSource(m_shaderType);
374 glShaderSource(shaderObject, 1, &shaderSource, 0);
  /external/autotest/client/deps/webgl_mpd/src/resources/
J3DI.js 129 ctx.shaderSource(shader, shaderScript.text);
  /external/deqp/framework/opengl/
gluShaderProgram.cpp 67 m_gl.shaderSource(m_shader, numSourceStrings, sourceStrings, lengths);
  /external/deqp/framework/opengl/wrapper/
glwFunctions.inl 464 glShaderSourceFunc shaderSource;
    [all...]
glwInitES30.inl 180 gl->shaderSource = (glShaderSourceFunc) loader->get("glShaderSource");
glwInitES32Direct.inl 280 gl->shaderSource = (glShaderSourceFunc)&glShaderSource;
glwInitES31.inl 241 gl->shaderSource = (glShaderSourceFunc) loader->get("glShaderSource");
glwInitES32.inl 280 gl->shaderSource = (glShaderSourceFunc) loader->get("glShaderSource");
    [all...]
glwInitGL30.inl 176 gl->shaderSource = (glShaderSourceFunc) loader->get("glShaderSource");
glwInitGL31.inl 186 gl->shaderSource = (glShaderSourceFunc) loader->get("glShaderSource");
glwInitGL32.inl 202 gl->shaderSource = (glShaderSourceFunc) loader->get("glShaderSource");
glwInitGL33.inl 221 gl->shaderSource = (glShaderSourceFunc) loader->get("glShaderSource");
glwInitGL40.inl 249 gl->shaderSource = (glShaderSourceFunc) loader->get("glShaderSource");
    [all...]
glwInitGL41.inl 323 gl->shaderSource = (glShaderSourceFunc) loader->get("glShaderSource");
    [all...]
glwInitGL42.inl 332 gl->shaderSource = (glShaderSourceFunc) loader->get("glShaderSource");
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderMultisampleInterpolationTests.cpp 51 static std::string specializeShader(const std::string& shaderSource, const glu::ContextType& contextType)
60 return tcu::StringTemplate(shaderSource).specialize(args);
    [all...]
es31fTessellationGeometryInteractionTests.cpp 57 static std::string specializeShader (const std::string& shaderSource, const glu::ContextType& contextType)
66 return tcu::StringTemplate(shaderSource).specialize(shaderArgs);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderApiTests.cpp 423 const char* shaderSource = getSimpleShaderSource(m_shaderType);
428 glShaderSource(shaderObject, 1, &shaderSource, 0);
    [all...]
  /external/deqp/modules/glshared/
glsAttributeLocationTests.cpp 429 gl.shaderSource(vertexShader, 1, &vertexShaderString, DE_NULL);
430 gl.shaderSource(fragmentShader, 1, &fragmentShaderString, DE_NULL);
    [all...]
  /external/skia/src/gpu/gl/
GrGLTestInterface.h 135 virtual GrGLvoid shaderSource(GrGLuint shader, GrGLsizei count, const char* const * str, const GrGLint* length) {}
137 virtual GrGLvoid shaderSource(GrGLuint shader, GrGLsizei count, const char** str, const GrGLint* length) {}
    [all...]
GrGLTestInterface.cpp 133 fFunctions.fShaderSource = bind_to_member(this, &GrGLTestInterface::shaderSource);
  /external/deqp/modules/gles2/performance/
es2pShaderCompilationCases.cpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderCompilationCases.cpp     [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 464 gl->shaderSource = glShaderSource;
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp     [all...]

Completed in 263 milliseconds

12 3