Home
last modified time | relevance | path

Searched refs:PVRTShaderLoadSourceFromMemory (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTBackground.cpp134 …bResult = (PVRTShaderLoadSourceFromMemory(_BackgroundFragShader_fsh, GL_FRAGMENT_SHADER, &m_pAPI->… in Init()
135 …(PVRTShaderLoadSourceFromMemory(_BackgroundVertShader_vsh, GL_VERTEX_SHADER, &m_pAPI->m_ui32Vertex… in Init()
DPVRTPrint3DAPI.cpp381 …bRes &= (PVRTShaderLoadSourceFromMemory(_Print3DFragShaderLogo_fsh, GL_FRAGMENT_SHADER, &Data.uFra… in APIInit()
382 …bRes &= (PVRTShaderLoadSourceFromMemory(_Print3DVertShaderLogo_vsh, GL_VERTEX_SHADER, &Data.uVerte… in APIInit()
399 …bRes &= (PVRTShaderLoadSourceFromMemory(_Print3DFragShader_fsh, GL_FRAGMENT_SHADER, &Data.uFragmen… in APIInit()
400 …bRes &= (PVRTShaderLoadSourceFromMemory(_Print3DVertShader_vsh, GL_VERTEX_SHADER, &Data.uVertexSha… in APIInit()
DPVRTShader.cpp37 EPVRTError PVRTShaderLoadSourceFromMemory( const char* pszShaderCode, in PVRTShaderLoadSourceFromMemory() function
225 …return PVRTShaderLoadSourceFromMemory(pShaderData, Type, pObject, pReturnError, aszDefineArray, ui… in PVRTShaderLoadFromFile()
DPVRTShader.h33 EPVRTError PVRTShaderLoadSourceFromMemory( const char* pszShaderCode,
DPVRTPFXParserAPI.cpp303 …if (PVRTShaderLoadSourceFromMemory(pszVertexShader, GL_VERTEX_SHADER, &uiVertexShader, &error) != … in LoadShadersForEffect()
350 …if (PVRTShaderLoadSourceFromMemory(pszFragmentShader, GL_FRAGMENT_SHADER, &uiFragShader, &error) !… in LoadShadersForEffect()