Home
last modified time | relevance | path

Searched refs:combinerOp0 (Results 1 – 10 of 10) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/
DesextcFragmentShadingRateCombinedTests.cpp94 if (m_tcParam.combinerOp0 != GL_FRAGMENT_SHADING_RATE_COMBINER_OP_KEEP_EXT) in init()
113 if (!isTrivialCombiner(m_tcParam.combinerOp0) || !isTrivialCombiner(m_tcParam.combinerOp1)) in init()
434 gl.shadingRateCombinerOpsEXT(m_tcParam.combinerOp0, m_tcParam.combinerOp1); in iterate()
667 Extent2D intermediate = combine(extent0, extent1, m_tcParam.combinerOp0); in simulate()
DesextcFragmentShadingRateCombinedTests.hpp48 glw::GLenum combinerOp0; member
/third_party/openGLES/extensions/EXT/
DEXT_fragment_shading_rate.txt105 Accepted by the <combinerOp0> and <combinerOp1> parameters of
132 void ShadingRateCombinerOpsEXT(enum combinerOp0, enum combinerOp1)
423 void ShadingRateCombinerOpsEXT(enum combinerOp0, enum combinerOp1)
449combinerOp0. A second combination is then performed, with Axy equal to the result of the first
471 An INVALID_ENUM error is generated if <combinerOp0> is not
488 is FALSE and <combinerOp0> is not
500 An INVALID_OPERATION error is generated if <combinerOp0> is not
/third_party/openGLES/api/GLES2/
Dgl2ext.h1452 typedef void (GL_APIENTRYP PFNGLSHADINGRATECOMBINEROPSEXTPROC) (GLenum combinerOp0, GLenum combiner…
1457 GL_APICALL void GL_APIENTRY glShadingRateCombinerOpsEXT (GLenum combinerOp0, GLenum combinerOp1);
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContextFuncs.inl5768 GLW_APICALL void GLW_APIENTRY glShadingRateCombinerOpsEXT (GLenum combinerOp0, GLenum combinerOp1) argument
5770 DE_UNREF(combinerOp0);
/third_party/vk-gl-cts/framework/opengl/
DgluCallLogWrapper.inl4890 void CallLogWrapper::glShadingRateCombinerOpsEXT (glw::GLenum combinerOp0, glw::GLenum combinerOp1) argument
4893 …m_log << TestLog::Message << "glShadingRateCombinerOpsEXT(" << toHex(combinerOp0) << ", " << toHex…
4894 m_gl.shadingRateCombinerOpsEXT(combinerOp0, combinerOp1);
DgluCallLogWrapperApi.inl670 void glShadingRateCombinerOpsEXT (glw::GLenum combinerOp0, glw::GLenum combinerOp1);
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwImpl.inl5319 void glwShadingRateCombinerOpsEXT (GLenum combinerOp0, GLenum combinerOp1) argument
5324 gl->shadingRateCombinerOpsEXT(combinerOp0, combinerOp1);
DglwFunctionTypes.inl670 …L void (GLW_APIENTRY* glShadingRateCombinerOpsEXTFunc) (GLenum combinerOp0, GLenum combine…
DglwApi.inl1580 void glwShadingRateCombinerOpsEXT (GLenum combinerOp0, GLenum combinerOp1);