Searched refs:combinerOp1 (Results 1 – 10 of 10) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/ |
D | esextcFragmentShadingRateCombinedTests.cpp | 107 if (m_tcParam.combinerOp1 != 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() 675 Extent2D final = combine(packedShadingRateToExtent(i), extent2, m_tcParam.combinerOp1); in simulate() 681 Extent2D final = combine(intermediate, extent2, m_tcParam.combinerOp1); in simulate()
|
D | esextcFragmentShadingRateCombinedTests.hpp | 49 glw::GLenum combinerOp1; 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) 451 … selected by combinerOp1. The result of the second combination is used as the final fragment 478 An INVALID_ENUM error is generated if <combinerOp1> is not 495 is FALSE and <combinerOp1> is not 504 An INVALID_OPERATION error is generated if <combinerOp1> is not
|
/third_party/openGLES/api/GLES2/ |
D | gl2ext.h | 1452 …ef void (GL_APIENTRYP PFNGLSHADINGRATECOMBINEROPSEXTPROC) (GLenum combinerOp0, GLenum combinerOp1); 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 5771 DE_UNREF(combinerOp1);
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluCallLogWrapper.inl | 4890 void CallLogWrapper::glShadingRateCombinerOpsEXT (glw::GLenum combinerOp0, glw::GLenum combinerOp1) argument 4893 … "glShadingRateCombinerOpsEXT(" << toHex(combinerOp0) << ", " << toHex(combinerOp1) << ");" << Tes… 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 …d (GLW_APIENTRY* glShadingRateCombinerOpsEXTFunc) (GLenum combinerOp0, GLenum combinerOp1);
|
D | glwApi.inl | 1580 void glwShadingRateCombinerOpsEXT (GLenum combinerOp0, GLenum combinerOp1);
|