Home
last modified time | relevance | path

Searched refs:glBlendEquationSeparate (Results 1 – 25 of 45) sorted by relevance

12

/external/deqp/modules/gles2/functional/
Des2fNegativeFragmentApiTests.cpp150 glBlendEquationSeparate(-1, GL_FUNC_ADD); in init()
152 glBlendEquationSeparate(GL_FUNC_ADD, -1); in init()
Des2fBlendTests.cpp229 GLU_CHECK_CALL(glBlendEquationSeparate(paramSet.equationRGB, paramSet.equationAlpha)); in iterate()
Des2fRandomFragmentOpTests.cpp193 wrapper.glBlendEquationSeparate(state.blendRGBState.equation, state.blendAState.equation); in setGLState()
/external/deqp/framework/egl/
DegluStaticES20Library.inl15 { "glBlendEquationSeparate", (deFunctionPtr)glBlendEquationSeparate },
DegluStaticES30Library.inl22 { "glBlendEquationSeparate", (deFunctionPtr)glBlendEquationSeparate },
/external/deqp/modules/gles3/functional/
Des3fNegativeFragmentApiTests.cpp150 glBlendEquationSeparate(-1, GL_FUNC_ADD); in init()
154 glBlendEquationSeparate(GL_FUNC_ADD, -1); in init()
Des3fRandomFragmentOpTests.cpp193 wrapper.glBlendEquationSeparate(state.blendRGBState.equation, state.blendAState.equation); in setGLState()
Des3fBlendTests.cpp282 GLU_CHECK_CALL(glBlendEquationSeparate(paramSet.equationRGB, paramSet.equationAlpha)); in iterate()
/external/deqp/modules/gles31/functional/
Des31fNegativeFragmentApiTests.cpp149 ctx.glBlendEquationSeparate(-1, GL_FUNC_ADD); in blend_equation_separate()
153 ctx.glBlendEquationSeparate(GL_FUNC_ADD, -1); in blend_equation_separate()
Des31fIndexedStateQueryTests.cpp1264 gl.glBlendEquationSeparate(GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_SUBTRACT); in iterate()
1316 gl.glBlendEquationSeparate(GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_SUBTRACT); in iterate()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl15 gl->blendEquationSeparate = &glBlendEquationSeparate;
DglwInitES30Direct.inl22 gl->blendEquationSeparate = &glBlendEquationSeparate;
DglwInitES20.inl15 …lendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSeparate");
DglwInitES31Direct.inl26 gl->blendEquationSeparate = &glBlendEquationSeparate;
DglwInitES30.inl22 …lendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSeparate");
DglwInitGL31.inl22 …lendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSeparate");
DglwInitGL30.inl22 …lendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSeparate");
DglwInitGL32.inl22 …lendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSeparate");
DglwInitES31.inl26 …lendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSeparate");
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.cpp324 void ContextWrapper::glBlendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha) in glBlendEquationSeparate() function in sglr::ContextWrapper
DsglrContextWrapper.hpp57 void glBlendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha);
/external/robolectric/lib/main/
Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/ ...
/external/deqp/doc/
DGLES2 Negative API Functions.txt71 o glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha);
/external/mesa3d/include/GLES2/
Dgl2.h483 GL_APICALL void GL_APIENTRY glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha);
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl38 gl->blendEquationSeparate = glBlendEquationSeparate;

12