Searched refs:glBlendEquationSeparatei (Results 1 – 14 of 14) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fIndexedStateQueryTests.cpp | 1288 …gl.glBlendEquationSeparatei(ndx, blendEquations[ndx % DE_LENGTH_OF_ARRAY(blendEquations)], blendEq… in iterate() 1314 …gl.glBlendEquationSeparatei(ndx, blendEquations[ndx % DE_LENGTH_OF_ARRAY(blendEquations)], blendEq… in iterate() 1436 …gl.glBlendEquationSeparatei(ndx, blendEquations[ndx % DE_LENGTH_OF_ARRAY(blendEquations)], blendEq… in iterate()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 39 gl->blendEquationSeparatei = glBlendEquationSeparatei;
|
D | tcuNullRenderContextFuncs.inl | 254 GLW_APICALL void GLW_APIENTRY glBlendEquationSeparatei (GLuint buf, GLenum modeRGB, GLenum modeAlph… function
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitGL40.inl | 27 …ndEquationSeparatei = (glBlendEquationSeparateiFunc) loader->get("glBlendEquationSeparatei");
|
D | glwInitGL41.inl | 29 …ndEquationSeparatei = (glBlendEquationSeparateiFunc) loader->get("glBlendEquationSeparatei");
|
D | glwInitGL42.inl | 30 …uationSeparatei = (glBlendEquationSeparateiFunc) loader->get("glBlendEquationSeparatei");
|
D | glwInitGL44.inl | 37 …uationSeparatei = (glBlendEquationSeparateiFunc) loader->get("glBlendEquationSeparatei");
|
D | glwInitGL43.inl | 31 …uationSeparatei = (glBlendEquationSeparateiFunc) loader->get("glBlendEquationSeparatei");
|
D | glwInitGL45.inl | 38 …uationSeparatei = (glBlendEquationSeparateiFunc) loader->get("glBlendEquationSeparatei");
|
D | glwApi.inl | 39 #define glBlendEquationSeparatei glwBlendEquationSeparatei macro
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 129 #define glBlendEquationSeparatei MANGLE(BlendEquationSeparatei) macro
|
D | glext.h | 6973 GLAPI void APIENTRY glBlendEquationSeparatei (GLuint buf, GLenum modeRGB, GLenum modeAlpha);
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 39 void glBlendEquationSeparatei (glw::GLuint buf, glw::GLenum modeRGB, glw::GLenum modeAlpha…
|
D | gluCallLogWrapper.inl | 238 void CallLogWrapper::glBlendEquationSeparatei (glw::GLuint buf, glw::GLenum modeRGB, glw::GLenum mo… function in CallLogWrapper 241 …m_log << TestLog::Message << "glBlendEquationSeparatei(" << buf << ", " << getBlendEquationStr(mod…
|