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

1 2

  /external/deqp/framework/opengl/
gluShaderProgram.cpp 122 static std::string getProgramInfoLog (const RenderContext& renderCtx, deUint32 program)
135 gl.getProgramInfoLog(program, (int)infoLog.size(), &unusedLen, &infoLog[0]);
156 m_info.infoLog = getProgramInfoLog(renderCtx, program);
213 m_info.infoLog = getProgramInfoLog(m_renderCtx, m_program);
gluES3PlusWrapperFuncs.inl 69 dst->getProgramInfoLog = src.getProgramInfoLog;
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 69 gl->getProgramInfoLog = &glGetProgramInfoLog;
glwInitES20.inl 69 gl->getProgramInfoLog = (glGetProgramInfoLogFunc) loader->get("glGetProgramInfoLog");
glwInitES30Direct.inl 69 gl->getProgramInfoLog = &glGetProgramInfoLog;
glwFunctions.inl 129 glGetProgramInfoLogFunc getProgramInfoLog;
glwInitES30.inl 69 gl->getProgramInfoLog = (glGetProgramInfoLogFunc) loader->get("glGetProgramInfoLog");
glwInitES31.inl 69 gl->getProgramInfoLog = (glGetProgramInfoLogFunc) loader->get("glGetProgramInfoLog");
glwInitGL30.inl 127 gl->getProgramInfoLog = (glGetProgramInfoLogFunc) loader->get("glGetProgramInfoLog");
glwInitGL31.inl 127 gl->getProgramInfoLog = (glGetProgramInfoLogFunc) loader->get("glGetProgramInfoLog");
glwInitGL32.inl 127 gl->getProgramInfoLog = (glGetProgramInfoLogFunc) loader->get("glGetProgramInfoLog");
glwInitGL33.inl 127 gl->getProgramInfoLog = (glGetProgramInfoLogFunc) loader->get("glGetProgramInfoLog");
glwInitGL40.inl 127 gl->getProgramInfoLog = (glGetProgramInfoLogFunc) loader->get("glGetProgramInfoLog");
    [all...]
  /external/deqp/modules/egl/
teglSwapBuffersTests.cpp 202 gl.getProgramInfoLog(program, (glw::GLsizei)programInfoLog.length(), &infoLogLength, &(programInfoLog[0]));
teglGLES2SharedRenderingPerfTests.cpp 441 gl.getProgramInfoLog(program, 0, &length, NULL);
445 gl.getProgramInfoLog(program, (GLsizei)log.size(), &length, &(log[0]));
    [all...]
teglNativeColorMappingTests.cpp 167 gl.getProgramInfoLog(program, (glw::GLsizei)programInfoLog.length(), &infoLogLength, &(programInfoLog[0]));
teglNativeCoordMappingTests.cpp 167 gl.getProgramInfoLog(program, (glw::GLsizei)programInfoLog.length(), &infoLogLength, &(programInfoLog[0]));
  /external/deqp/modules/glshared/
glsAttributeLocationTests.cpp 333 string getProgramInfoLog (const glw::Functions& gl, deUint32 program)
343 gl.getProgramInfoLog(program, (glw::GLsizei)infoLog.length(), DE_NULL, &(infoLog[0]));
362 const string programInfoLog = getProgramInfoLog(gl, program);
    [all...]
glsLongStressCase.cpp 268 static inline string getProgramInfoLog (const deUint32 programGL)
752 log << TestLog::ShaderProgram(linkOk, attemptLink ? getProgramInfoLog(m_programGL) : string(""))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 143 virtual WebString getProgramInfoLog(WebGLId program) { return WebString(); }
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 129 gl->getProgramInfoLog = glGetProgramInfoLog;
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.h 197 String getProgramInfoLog(WebGLProgram*);
    [all...]
WebGLRenderingContextBase.idl 564 [TreatReturnedNullStringAs=Null] DOMString getProgramInfoLog(WebGLProgram? program);
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 270 virtual WebString getProgramInfoLog(WebGLId program) = 0;
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.h 193 virtual blink::WebString getProgramInfoLog(WebGLId program);

Completed in 213 milliseconds

1 2