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

1 2 3

  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 12 gl->blendEquation = &glBlendEquation;
glwInitES20.inl 12 gl->blendEquation = (glBlendEquationFunc) loader->get("glBlendEquation");
glwInitES30Direct.inl 12 gl->blendEquation = &glBlendEquation;
glwFunctions.inl 69 glBlendEquationFunc blendEquation;
glwInitES30.inl 12 gl->blendEquation = (glBlendEquationFunc) loader->get("glBlendEquation");
glwInitES31.inl 12 gl->blendEquation = (glBlendEquationFunc) loader->get("glBlendEquation");
glwInitGL30.inl 67 gl->blendEquation = (glBlendEquationFunc) loader->get("glBlendEquation");
glwInitGL31.inl 67 gl->blendEquation = (glBlendEquationFunc) loader->get("glBlendEquation");
glwInitGL32.inl 67 gl->blendEquation = (glBlendEquationFunc) loader->get("glBlendEquation");
glwInitGL33.inl 67 gl->blendEquation = (glBlendEquationFunc) loader->get("glBlendEquation");
  /external/deqp/modules/gles2/performance/
es2pTextureCases.cpp 212 gl.blendEquation(GL_FUNC_ADD);
es2pStateChangeCallTests.cpp 303 blendEquation,
  /external/deqp/modules/gles3/performance/
es3pTextureCases.cpp 239 gl.blendEquation(GL_FUNC_ADD);
es3pStateChangeCallTests.cpp 338 blendEquation,
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 12 dst->blendEquation = src.blendEquation;
gluStateReset.cpp 273 gl.blendEquation(GL_FUNC_ADD);
815 gl.blendEquation(GL_FUNC_ADD);
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrContext.hpp 126 virtual void blendEquation (deUint32 mode) = DE_NULL;
sglrContextWrapper.cpp 321 m_curCtx->blendEquation(mode);
sglrGLContext.hpp 138 virtual void blendEquation (deUint32 mode);
  /external/deqp/modules/gles2/functional/
es2fFlushFinishTests.cpp 240 gl.blendEquation(GL_FUNC_ADD);
  /external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 76 virtual void blendEquation(WGC3Denum mode) { }
  /external/deqp/modules/gles3/functional/
es3fFlushFinishTests.cpp 249 gl.blendEquation(GL_FUNC_ADD);
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fAdvancedBlendTests.cpp 416 gl.blendEquation(m_blendMode);

Completed in 401 milliseconds

1 2 3