HomeSort by relevance Sort by last modified time
    Searched refs:PixelShaderOutputVariable (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
DynamicHLSL.h 48 struct PixelShaderOutputVariable
65 std::string generatePixelShaderForOutputSignature(const std::string &sourceShader, const std::vector<PixelShaderOutputVariable> &outputVariables,
73 std::vector<PixelShaderOutputVariable> *outPixelShaderKey,
ProgramD3D.h 40 const std::vector<rx::PixelShaderOutputVariable> &getPixelShaderKey() { return mPixelShaderKey; }
79 std::vector<rx::PixelShaderOutputVariable> mPixelShaderKey;
ProgramD3D.cpp 81 const std::vector<rx::PixelShaderOutputVariable> &pixelShaderKey = mPixelShaderKey;
85 const rx::PixelShaderOutputVariable &variable = pixelShaderKey[pixelShaderKeyIndex];
DynamicHLSL.cpp 73 const rx::PixelShaderOutputVariable &GetOutputAtLocation(const std::vector<rx::PixelShaderOutputVariable> &outputVariables,
436 std::string DynamicHLSL::generatePixelShaderForOutputSignature(const std::string &sourceShader, const std::vector<PixelShaderOutputVariable> &outputVariables,
454 const PixelShaderOutputVariable &outputVariable = GetOutputAtLocation(outputVariables, location);
671 std::vector<PixelShaderOutputVariable> *outPixelShaderKey,
809 PixelShaderOutputVariable outputKeyVariable;
834 PixelShaderOutputVariable outputKeyVariable;
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
ProgramImpl.h 31 virtual const std::vector<rx::PixelShaderOutputVariable> &getPixelShaderKey() = 0;
  /external/chromium_org/third_party/angle/src/libGLESv2/
ProgramBinary.cpp 112 std::vector<GLenum> GetDefaultOutputLayoutFromShader(const std::vector<rx::PixelShaderOutputVariable> &shaderOutputVars)
    [all...]

Completed in 358 milliseconds