Home
last modified time | relevance | path

Searched refs:EXT_draw_buffers (Results 1 - 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DInitialize.cpp40 if (resources.EXT_draw_buffers) in InitExtensionBehavior()
42 extBehavior[TExtension::EXT_draw_buffers] = EBhUndefined; in InitExtensionBehavior()
H A DExtensionBehavior.h30 EXT_draw_buffers, member in sh::TExtension
H A DExtensionBehavior.cpp24 OP(EXT_draw_buffers) \
H A DTranslatorESSL.cpp131 else if (getResources().NV_draw_buffers && iter->first == TExtension::EXT_draw_buffers) in writeExtensionBehavior()
H A DTranslatorHLSL.cpp58 int numRenderTargets = resources.EXT_draw_buffers ? resources.MaxDrawBuffers : 1; in translate()
H A DTranslatorGLSL.cpp270 if (iter.first == TExtension::EXT_draw_buffers) in writeExtensionBehavior()
H A DCompiler.cpp878 if (mShaderType == GL_FRAGMENT_SHADER && mShaderVersion == 100 && mResources.EXT_draw_buffers && in checkAndSimplifyAST()
880 IsExtensionEnabled(mExtensionBehavior, TExtension::EXT_draw_buffers)) in checkAndSimplifyAST()
1231 << ":EXT_draw_buffers:" << mResources.EXT_draw_buffers in setResourceString()
H A DShaderLang.cpp200 resources->EXT_draw_buffers = 0; in InitBuiltInResources()
H A DOutputHLSL.cpp726 IsExtensionEnabled(mExtensionBehavior, TExtension::EXT_draw_buffers); in header()
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DNV_draw_buffers_test.cpp24 resources->EXT_draw_buffers = 1; in NVDrawBuffersTest()
H A DGlFragDataNotModified_test.cpp25 resources->EXT_draw_buffers = 1;
H A DEmulateGLFragColorBroadcast_test.cpp31 getResources()->EXT_draw_buffers = 1; in EmulateGLFragColorBroadcastTest()
H A DEXT_blend_func_extended_test.cpp163 // EXT_draw_buffers is used in some of the shaders for test purposes.
164 mResources.EXT_draw_buffers = 1;
H A DInitOutputVariables_test.cpp219 resources->EXT_draw_buffers = 1;
238 resources->EXT_draw_buffers = 1;
H A DCollectVariables_test.cpp623 resources.EXT_draw_buffers = 1; in TEST_F()
638 // variables list, even if the EXT_draw_buffers extension isn't exposed. This covers the
747 resources.EXT_draw_buffers = 1; in TEST_F()
785 resources.EXT_draw_buffers = 1; in TEST_F()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DCompiler.h61 int EXT_draw_buffers; member
H A DInitialize.cpp530 if(resources.EXT_draw_buffers) in InitExtensionBehavior()
/third_party/skia/third_party/externals/angle2/src/compiler/fuzz/
H A Dtranslator_fuzzer.cpp220 resources.EXT_draw_buffers = 1; in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DInitializeVariables.cpp202 !IsExtensionEnabled(extensionBehavior, TExtension::EXT_draw_buffers)) in InsertInitCode()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DShader.cpp191 resources.EXT_draw_buffers = 1; in createCompiler()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCompiler.cpp100 mResources.EXT_draw_buffers = extensions.drawBuffersEXT; in Compiler()
/third_party/skia/third_party/externals/angle2/samples/shader_translator/
H A Dshader_translator.cpp239 resources.EXT_draw_buffers = 1; in main()
427 " -x=w[NUM]: enable EXT_draw_buffers (NUM default 1)\n" in usage()
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
H A DShaderLang.h380 int EXT_draw_buffers; member
422 // EXT_draw_buffers by using it in combination with GLES3.0 glDrawBuffers
/third_party/mesa3d/src/compiler/glsl/
H A Dglsl_parser_extras.cpp751 EXT(EXT_draw_buffers),
/third_party/mesa3d/src/mesa/main/
H A Dextensions_table.h241 EXT(EXT_draw_buffers , dummy_true , x , x , x , ES2, 2012)

Completed in 23 milliseconds

12