Searched refs:combinerOp0 (Results 1 – 10 of 10) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/ |
D | esextcFragmentShadingRateCombinedTests.cpp | 94 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()
|
D | esextcFragmentShadingRateCombinedTests.hpp | 48 glw::GLenum combinerOp0; member
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_fragment_shading_rate.txt | 105 Accepted by the <combinerOp0> and <combinerOp1> parameters of 132 void ShadingRateCombinerOpsEXT(enum combinerOp0, enum combinerOp1) 423 void ShadingRateCombinerOpsEXT(enum combinerOp0, enum combinerOp1) 449 … combinerOp0. 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/ |
D | gl2ext.h | 1452 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/ |
D | tcuNullRenderContextFuncs.inl | 5768 GLW_APICALL void GLW_APIENTRY glShadingRateCombinerOpsEXT (GLenum combinerOp0, GLenum combinerOp1) argument 5770 DE_UNREF(combinerOp0);
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluCallLogWrapper.inl | 4890 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);
|
D | gluCallLogWrapperApi.inl | 670 void glShadingRateCombinerOpsEXT (glw::GLenum combinerOp0, glw::GLenum combinerOp1);
|
/third_party/vk-gl-cts/framework/opengl/wrapper/ |
D | glwImpl.inl | 5319 void glwShadingRateCombinerOpsEXT (GLenum combinerOp0, GLenum combinerOp1) argument 5324 gl->shadingRateCombinerOpsEXT(combinerOp0, combinerOp1);
|
D | glwFunctionTypes.inl | 670 …L void (GLW_APIENTRY* glShadingRateCombinerOpsEXTFunc) (GLenum combinerOp0, GLenum combine…
|
D | glwApi.inl | 1580 void glwShadingRateCombinerOpsEXT (GLenum combinerOp0, GLenum combinerOp1);
|